vers. 2.3.0

This commit is contained in:
2026-02-06 22:13:10 +01:00
parent ae5a4a8153
commit 2b0b457166
9 changed files with 137 additions and 47 deletions

View File

@@ -112,7 +112,7 @@ div.dbox_mobile {
div.dbox_mobile {
width: 90%;
max-width: 450px;
max-width: 750px;
color: white;
border-radius: 10px;
max-height: 475px;
@@ -163,7 +163,7 @@ div.dfooter {
.appBody {
background-color: #10194b;
max-width: 450px;
max-width: 750px;
min-width: 330px;
margin: auto;
display: flex;
@@ -313,7 +313,7 @@ iframe.contentplayer {
left: 50%;
height: calc(100vh - 312px);
width: 100%;
max-width: 450px;
max-width: 750px;
transform: translateX(-50%);
}
@@ -326,7 +326,7 @@ iframe.contentplayer {
left: 50%;
transform: translateX(-50%);
width: 100%;
max-width: 450px;
max-width: 750px;
height: 100px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
@@ -337,7 +337,8 @@ iframe.contentplayer {
border-radius: 5px;
}
button#playPauseBtn {
button#playPauseBtn,
button#formatToggleBtn {
background: none;
border: none;
}