vers. 2.4.1

This commit is contained in:
2026-02-07 01:06:06 +01:00
parent 5b3e05726b
commit 2cdd1cb29b
5 changed files with 164 additions and 68 deletions

View File

@@ -309,28 +309,22 @@ main {
}
iframe.contentplayer {
position: absolute;
left: 50%;
height: calc(100vh - 312px);
height: calc(100vh - 393px);
width: 100%;
max-width: 750px;
transform: translateX(-50%);
}
.footer_player {
background: #f7b835;
color: #2a377d;
position: fixed;
z-index: 90;
bottom: 70px;
left: 50%;
transform: translateX(-50%);
width: 100%;
max-width: 750px;
height: 100px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
padding: 20px;
border-top: 1px solid #eee;
flex: 1;
align-content: end;
}
.footer_player>.row>.col-2>img {