From 77741a55a8b26f2d6a9f81b1c417b4f7e3afa66b Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Thu, 16 Jul 2026 18:06:53 +0200 Subject: [PATCH] gfsd --- public/s/css/f0ckm.css | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/public/s/css/f0ckm.css b/public/s/css/f0ckm.css index b2b41db..778681b 100644 --- a/public/s/css/f0ckm.css +++ b/public/s/css/f0ckm.css @@ -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) { body.layout-legacy .embed-responsive-16by9::before { - padding-top: 51.25%; + padding-top: 41.25%; } 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 { - padding-top: 51.25%; + padding-top: 41.25%; } 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 { padding-top: 75%; }