From 3670674334f39617e056af604d52bbe97c74bf48 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Sat, 3 Jul 2021 10:26:18 +0900 Subject: [PATCH] Add: Popup Panel - Reduce padding for normal --- userChrome.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/userChrome.css b/userChrome.css index 099cb4e..6d990e4 100644 --- a/userChrome.css +++ b/userChrome.css @@ -258,6 +258,22 @@ } /** Poup Panel - Reduce padding**********************************************/ + #protections-popup-main-header-label { + height: unset !important; /* Original: 37.6px */ + } + + #identity-popup, + #permission-popup, + #protections-popup { + --vertical-section-padding: 0.8em; /* Original: 0.9em */ + } + + .protections-popup-footer-button, + .protections-popup-category { + min-height: 24px; /* Original: 32px */ + height: unset !important; + } + /** Popup panel - Compact mode */ /* Footer Button Height */ :root[uidensity=compact] .panel-footer.panel-footer-menulike > button {