update page podcast 2

This commit is contained in:
2026-04-02 01:48:21 +02:00
parent c7f722494c
commit cc7859dcc2

View File

@@ -130,6 +130,7 @@ function formatDateItalian($dateString) {
border: none; border: none;
box-shadow: 0 10px 30px rgba(0,0,0,0.1); box-shadow: 0 10px 30px rgba(0,0,0,0.1);
background: #f9f9f9; background: #f9f9f9;
margin-top: -54px;
} }
.error-msg { .error-msg {
text-align: center; text-align: center;
@@ -175,9 +176,9 @@ function formatDateItalian($dateString) {
<!-- Podcast Detail (Iframe) --> <!-- Podcast Detail (Iframe) -->
<div id="podcast-detail"> <div id="podcast-detail">
<div class="radio-header" style="padding: 20px; border-bottom: 1px solid #eee; display: flex; align-items: center; justify-content: space-between;"> <div class="radio-header" style="padding: 20px; border-bottom: 1px solid #eee; display: flex; align-items: center; justify-content: space-between;position: relative;background: white;">
<div class="left-controls" style="display: flex; align-items: center;"> <div class="left-controls" style="display: flex; align-items: center;">
<div class="back-to-list" onclick="closePodcast()" class="linkBox" style="color: #333; display: flex; align-items: center; text-decoration: none; cursor: pointer;position: relative;background: white;"> <div class="back-to-list" onclick="closePodcast()" class="linkBox" style="color: #333; display: flex; align-items: center; text-decoration: none; cursor: pointer;">
<span class="material-icons" style="font-size: 28px;">arrow_back</span> <span class="material-icons" style="font-size: 28px;">arrow_back</span>
</div> </div>
<span style="font-size: 18px; font-weight: 600; color: #333; margin-left: 15px;">Torna ai podcast</span> <span style="font-size: 18px; font-weight: 600; color: #333; margin-left: 15px;">Torna ai podcast</span>