update page podcast
This commit is contained in:
@@ -126,7 +126,7 @@ function formatDateItalian($dateString) {
|
|||||||
}
|
}
|
||||||
.podcast-iframe {
|
.podcast-iframe {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100vh - 227px);
|
height: calc(100vh - 173px);
|
||||||
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;
|
||||||
@@ -177,7 +177,7 @@ function formatDateItalian($dateString) {
|
|||||||
<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;">
|
||||||
<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;">
|
<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>
|
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user