This commit is contained in:
2026-07-16 18:19:21 +02:00
parent 63837fe86f
commit 7c8cb2df78

View File

@@ -4806,6 +4806,12 @@ body.layout-legacy.sidebar-right-hidden .embed-responsive-16by9::before {
body.layout-modern .embed-responsive-16by9::before { body.layout-modern .embed-responsive-16by9::before {
padding-top: 46.25%; padding-top: 46.25%;
} }
body.layout-legacy .embed-responsive-16by9::before {
padding-top: 46.25%;
}
body.layout-legacy.sidebar-right-hidden .embed-responsive-16by9::before {
padding-top: 46.25%;
}
} }
@@ -4815,6 +4821,12 @@ body.layout-legacy.sidebar-right-hidden .embed-responsive-16by9::before {
body.layout-modern .embed-responsive-16by9::before { body.layout-modern .embed-responsive-16by9::before {
padding-top: 41.25%; padding-top: 41.25%;
} }
body.layout-legacy .embed-responsive-16by9::before {
padding-top: 41.25%;
}
body.layout-legacy.sidebar-right-hidden .embed-responsive-16by9::before {
padding-top: 41.25%;
}
} }
@media @media
@@ -4881,11 +4893,23 @@ body.layout-legacy.sidebar-right-hidden .embed-responsive-16by9::before {
html[data-dpr="dpr-110"] body.layout-modern .embed-responsive-16by9::before { html[data-dpr="dpr-110"] body.layout-modern .embed-responsive-16by9::before {
padding-top: 46.25%; padding-top: 46.25%;
} }
html[data-dpr="dpr-110"] body.layout-legacy .embed-responsive-16by9::before {
padding-top: 46.25%;
}
html[data-dpr="dpr-110"] body.layout-legacy.sidebar-right-hidden .embed-responsive-16by9::before {
padding-top: 46.25%;
}
/* ~120125% zoom */ /* ~120125% zoom */
html[data-dpr="dpr-120"] body.layout-modern .embed-responsive-16by9::before { html[data-dpr="dpr-120"] body.layout-modern .embed-responsive-16by9::before {
padding-top: 41.25%; padding-top: 41.25%;
} }
html[data-dpr="dpr-120"] body.layout-legacy .embed-responsive-16by9::before {
padding-top: 41.25%;
}
html[data-dpr="dpr-120"] body.layout-legacy.sidebar-right-hidden .embed-responsive-16by9::before {
padding-top: 41.25%;
}
/* ~126138% zoom */ /* ~126138% zoom */
html[data-dpr="dpr-130"] body.layout-legacy .embed-responsive-16by9::before { html[data-dpr="dpr-130"] body.layout-legacy .embed-responsive-16by9::before {