Remove ads if aspect ratio bad

This commit is contained in:
Sysy's
2026-03-31 15:23:37 +02:00
parent 6127e53708
commit ea479f8225

View File

@@ -67,6 +67,10 @@ body {
aspect-ratio: 9 / 16; aspect-ratio: 9 / 16;
} }
.leftadsbanner.is-hidden {
display: none;
}
.hero-content { .hero-content {
max-width: 90vw; max-width: 90vw;
text-align: left; text-align: left;
@@ -198,6 +202,11 @@ body {
margin-right: 0.45em; margin-right: 0.45em;
flex-shrink: 0; flex-shrink: 0;
} }
.adsbanner,
.leftadsbanner {
display: none;
}
} }
.hero-play-button { .hero-play-button {