update page podcast

This commit is contained in:
2026-04-02 01:45:01 +02:00
parent f32314f0b1
commit c7f722494c

View File

@@ -126,7 +126,7 @@ function formatDateItalian($dateString) {
}
.podcast-iframe {
width: 100%;
height: calc(100vh - 227px);
height: calc(100vh - 173px);
border: none;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
background: #f9f9f9;
@@ -177,7 +177,7 @@ function formatDateItalian($dateString) {
<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="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;">
<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;">
<span class="material-icons" style="font-size: 28px;">arrow_back</span>
</div>
<span style="font-size: 18px; font-weight: 600; color: #333; margin-left: 15px;">Torna ai podcast</span>