vers. 2.6.2
This commit is contained in:
+10
-3
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user