From 522f7539e7e8a721ba853ac5b2d22c50e54834c3 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Thu, 19 May 2022 09:25:15 -0500 Subject: [PATCH] Popups: Improve some margins --- theme/parts/popups.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/theme/parts/popups.css b/theme/parts/popups.css index 039bbea..87e561f 100644 --- a/theme/parts/popups.css +++ b/theme/parts/popups.css @@ -45,6 +45,9 @@ panel { } /* Padding rules */ +#sidebarMenu-popup { + --arrowpanel-padding: 6px !important; +} .panel-subview-body, .panel-header, .protections-popup-section, #protections-popup-mainView-panel-header-section, @@ -144,7 +147,8 @@ menuitem, menupopup menu, .protections-popup-category, .identity-popup-content-blocking-category, #PlacesToolbar menupopup[placespopup="true"] .bookmark-item, -.openintabs-menuitem { +.openintabs-menuitem, +.widget-overflow-list .toolbarbutton-1 { margin: 0 !important; }