fixed watch page

This commit is contained in:
2025-12-02 17:13:51 +01:00
parent 7a7b8dc2f1
commit af1e1d8098

View File

@@ -715,10 +715,12 @@ body {
}
.ui-scale-wrapper {
transform: scale(0.90);
transform-origin: top center;
width: 111.111%;
max-width: 1777px;
transform: none;
transform-origin: unset;
width: 100%;
max-width: 100%;
margin: 0 auto;
padding-top: 8vh;
padding-top: 0;
}