This commit is contained in:
2026-05-27 16:14:45 +02:00
parent c4c311c541
commit 8ddcff61e4

View File

@@ -4921,25 +4921,25 @@ span#tags:not(.tags-expanded) .tags-inner>span:nth-child(n+11) {
} }
@media(max-height: 640px) { @media(max-height: 640px) {
.embed-responsive-16by9::before { body:not(.layout-modern) .embed-responsive-16by9::before {
padding-top: 36.25%; padding-top: 36.25%;
} }
} }
@media(max-height: 525px) { @media(max-height: 525px) {
.embed-responsive-16by9::before { body:not(.layout-modern) .embed-responsive-16by9::before {
padding-top: 26.25%; padding-top: 26.25%;
} }
} }
@media(max-height: 414px) { @media(max-height: 414px) {
.embed-responsive-16by9::before { body:not(.layout-modern) .embed-responsive-16by9::before {
padding-top: 16.25%; padding-top: 16.25%;
} }
} }
@media(max-height: 300px) { @media(max-height: 300px) {
.embed-responsive-16by9::before { body:not(.layout-modern) .embed-responsive-16by9::before {
padding-top: 14.5%; padding-top: 14.5%;
} }
} }