From 73e328c0b6ae57a4c63eb423409e7ce8a837ec35 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Sat, 30 May 2026 17:21:30 +0200 Subject: [PATCH] gfds --- public/s/css/f0ckm.css | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/public/s/css/f0ckm.css b/public/s/css/f0ckm.css index 3fcea4e..efc6c2a 100644 --- a/public/s/css/f0ckm.css +++ b/public/s/css/f0ckm.css @@ -4798,7 +4798,33 @@ body.sidebar-right-hidden .pagination-container-fluid { } body.layout-legacy.sidebar-right-hidden .embed-responsive-16by9::before { - padding-top: 40.25%; /* Specify the exact value you want here when sidebar is hidden */ + padding-top: 52.25%; /* Specify the exact value you want here when sidebar is hidden */ +} + +/* Targets exactly 133% zoom (1.33 dppx) on standard screens */ +@media + (-webkit-min-device-pixel-ratio: 1.3), + (min-resolution: 1.3dppx) and (max-resolution: 1.35dppx) { + + .embed-responsive-16by9::before { + padding-top: 51.25%; + } + + body.layout-legacy.sidebar-right-hidden .embed-responsive-16by9::before { + padding-top: 41.25%; + } + + @media (max-height: 640px) { + body.layout-legacy .item-layout-container .item-main-content { + margin-left: 15em!important; + margin-right: 15em!important; + } + } + + body.layout-legacy .item-layout-container .item-main-content { + margin-left: 10em; + margin-right: 10em; + } } .embed-responsive-4by3::before {