From 8ddcff61e4f44667fe5bb83ce4791396a55c2c61 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Wed, 27 May 2026 16:14:45 +0200 Subject: [PATCH] 133 --- public/s/css/f0ckm.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/s/css/f0ckm.css b/public/s/css/f0ckm.css index a8defa4..675fb58 100644 --- a/public/s/css/f0ckm.css +++ b/public/s/css/f0ckm.css @@ -4921,25 +4921,25 @@ span#tags:not(.tags-expanded) .tags-inner>span:nth-child(n+11) { } @media(max-height: 640px) { - .embed-responsive-16by9::before { + body:not(.layout-modern) .embed-responsive-16by9::before { padding-top: 36.25%; } } @media(max-height: 525px) { - .embed-responsive-16by9::before { + body:not(.layout-modern) .embed-responsive-16by9::before { padding-top: 26.25%; } } @media(max-height: 414px) { - .embed-responsive-16by9::before { + body:not(.layout-modern) .embed-responsive-16by9::before { padding-top: 16.25%; } } @media(max-height: 300px) { - .embed-responsive-16by9::before { + body:not(.layout-modern) .embed-responsive-16by9::before { padding-top: 14.5%; } }