diff --git a/public/s/css/f0ckm.css b/public/s/css/f0ckm.css index 668dee8..5c4b764 100644 --- a/public/s/css/f0ckm.css +++ b/public/s/css/f0ckm.css @@ -4806,6 +4806,12 @@ body.layout-legacy.sidebar-right-hidden .embed-responsive-16by9::before { body.layout-modern .embed-responsive-16by9::before { 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 { 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 @@ -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 { 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%; +} /* ~120–125% zoom */ html[data-dpr="dpr-120"] body.layout-modern .embed-responsive-16by9::before { 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%; +} /* ~126–138% zoom */ html[data-dpr="dpr-130"] body.layout-legacy .embed-responsive-16by9::before {