From abef8551d080a2f1c3c1812d4bb87e125158b3fd Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Sun, 11 Aug 2019 20:04:59 -0500 Subject: [PATCH] Reduce popovers padding to 10px --- theme/parts/popups.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme/parts/popups.css b/theme/parts/popups.css index 9974030..ec1cfaa 100644 --- a/theme/parts/popups.css +++ b/theme/parts/popups.css @@ -58,14 +58,14 @@ panel:not(.tooltip-xul-wrapper) .panel-arrowcontent { } .panel-subview-body, .panel-view-body-unscrollable, .panel-header, .panel-footer { - padding: 14px !important; + padding: 10px !important; } #notification-popup .panel-arrowcontent, #appMenu-notification-popup .panel-arrowcontent, #identity-popup .panel-arrowcontent, #protections-popup .panel-arrowcontent, #sidebarMenu-popup .panel-arrowcontent { - padding: 14px !important; + padding: 10px !important; } #notification-popup .panel-footer, #appMenu-notification-popup .panel-footer, @@ -108,7 +108,7 @@ panel:not(.tooltip-xul-wrapper) .panel-arrowcontent { /* Use --arrowpanel-background for popover background when content is remote */ panel:not(.tooltip-xul-wrapper)[type=arrow][remote] .panel-arrowcontent { background: var(--arrowpanel-background) !important; - padding: 14px !important; + padding: 10px !important; } panel:not(.tooltip-xul-wrapper)[type=arrow][remote] .panel-arrow { fill: var(--arrowpanel-background) !important;