From 39ba04bcc99b4eb71a145e045acdb9ba42aa39c5 Mon Sep 17 00:00:00 2001 From: schrumpel Date: Sat, 28 May 2022 10:43:31 +0200 Subject: [PATCH] meer padding und soos --- public/s/css/f0ck.css | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index 7d530b9..5b9e4a0 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -163,6 +163,7 @@ html[theme="orange"] .pagination > span { html[theme="orange"] span#favs { border: 1px solid var(--black); + user-select: none; } html[theme='amoled'] { @@ -778,10 +779,6 @@ html[theme="f0ck95"] .badge-dark, #themeselector { background: #a8a5a5; } -html[theme="f0ck95"] .embed-responsive-16by9::before { - padding-top: 46.25%; -} - html[theme="f0ck95"] .badge-light { color: #000; text-shadow: none; @@ -944,10 +941,6 @@ html[theme="f0ck95d"] ._204863 { line-height: 1.7; } -html[theme="f0ck95d"] .embed-responsive-16by9::before { - padding-top: 46.25%; -} - html[theme="f0ck95d"] .embed-responsive-image { left: 2px; right: 2px; @@ -1744,7 +1737,7 @@ span.placeholder { } .embed-responsive-16by9::before { - padding-top: 56.25%; + padding-top: 50%; } .embed-responsive::before { display: block;