corretta la pagina podcast
This commit is contained in:
@@ -144,7 +144,7 @@ function formatDateItalian($dateString) {
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="radio-header" style="padding: 20px; margin: 0 0 20px 0; border-bottom: 1px solid #eee; display: flex; align-items: center; justify-content: space-between;position: sticky;top: 0px;z-index: 1;background: white;">
|
||||
<div class="radio-header" id="podcast-header" style="padding: 20px; margin: 0 0 20px 0; border-bottom: 1px solid #eee; display: flex; align-items: center; justify-content: space-between;position: sticky;top: 0px;z-index: 1;background: white;">
|
||||
<div class="left-controls" style="display: flex; align-items: center;">
|
||||
<a href="<?php echo $base_path; ?>/home" data-page="home" class="linkBox" style="color: #333; display: flex; align-items: center; text-decoration: none;">
|
||||
<span class="material-icons" style="font-size: 28px;">arrow_back</span>
|
||||
@@ -181,7 +181,7 @@ function formatDateItalian($dateString) {
|
||||
|
||||
<!-- Podcast Detail (Iframe) -->
|
||||
<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;position: relative;background: white;">
|
||||
<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; z-index: 5;">
|
||||
<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;">
|
||||
<span class="material-icons" style="font-size: 28px;">arrow_back</span>
|
||||
|
||||
Reference in New Issue
Block a user