This commit is contained in:
2026-07-16 18:06:53 +02:00
parent ef5fa4a6bc
commit 77741a55a8

View File

@@ -4803,7 +4803,7 @@ body.layout-legacy.sidebar-right-hidden .embed-responsive-16by9::before {
(min-resolution: 1.26dppx) and (max-resolution: 1.38dppx) and (min-width: 700px) { (min-resolution: 1.26dppx) and (max-resolution: 1.38dppx) and (min-width: 700px) {
body.layout-legacy .embed-responsive-16by9::before { body.layout-legacy .embed-responsive-16by9::before {
padding-top: 51.25%; padding-top: 41.25%;
} }
body.layout-modern .embed-responsive-16by9::before { body.layout-modern .embed-responsive-16by9::before {
@@ -4815,7 +4815,7 @@ body.layout-legacy.sidebar-right-hidden .embed-responsive-16by9::before {
} }
body.layout-legacy.sidebar-right-hidden .embed-responsive-16by9::before { body.layout-legacy.sidebar-right-hidden .embed-responsive-16by9::before {
padding-top: 51.25%; padding-top: 41.25%;
} }
body.layout-legacy .scroll-nav-wrapper { body.layout-legacy .scroll-nav-wrapper {
@@ -4842,6 +4842,19 @@ body.layout-legacy.sidebar-right-hidden .embed-responsive-16by9::before {
} }
} }
@media
(-webkit-min-device-pixel-ratio: 1.39) and (-webkit-max-device-pixel-ratio: 1.55) and (min-width: 700px),
(min-resolution: 1.39dppx) and (max-resolution: 1.55dppx) and (min-width: 700px) {
body.layout-legacy .embed-responsive-16by9::before {
padding-top: 36.25%;
}
body.layout-legacy.sidebar-right-hidden .embed-responsive-16by9::before {
padding-top: 36.25%;
}
}
.embed-responsive-4by3::before { .embed-responsive-4by3::before {
padding-top: 75%; padding-top: 75%;
} }