vers. 2.6.2

This commit is contained in:
2026-07-18 15:32:17 +02:00
parent 74989ad117
commit 857a91186c
4 changed files with 66 additions and 24 deletions
+10 -3
View File
@@ -112,7 +112,14 @@ function formatDateItalian($dateString) {
#podcast-detail {
display: none;
animation: slideIn 0s ease-out;
position: fixed;background: #ffffff;top: 148px;left: 0;width: 100%;
position: fixed;
background: #ffffff;
top: 154px;
max-width: 750px;
min-width: 330px;
width: 100%;
left: 50%;
transform: translateX(-50%);
}
@keyframes slideIn {
from { opacity: 0; transform: translateX(0); }
@@ -126,9 +133,9 @@ function formatDateItalian($dateString) {
}
.podcast-iframe {
width: 100%;
height: calc(100vh - 173px);
height: calc(100vh - 180px);
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;
margin-top: -54px;
}