From 905789651538820c8e8aa6b5930e92eaaae5221c Mon Sep 17 00:00:00 2001 From: datguypiko <61329159+datguypiko@users.noreply.github.com> Date: Fri, 13 Sep 2024 23:37:11 +0300 Subject: [PATCH] Update userChrome.css --- userChrome.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userChrome.css b/userChrome.css index 1dfff39..c270b40 100644 --- a/userChrome.css +++ b/userChrome.css @@ -870,7 +870,7 @@ about:config -> svg.context-properties.content.enabled -> true*/ =====================================================================*/ menupopup :-moz-any(menu, menuitem) { - margin-top: 1px !important; + margin-top: 2px !important; margin-bottom: 1px !important; /* padding-top: 4px !important; padding-bottom: 4px !important; */ @@ -880,7 +880,7 @@ menupopup :-moz-any(menu, menuitem) { menupopup { @media (-moz-platform: windows) { & > menu, & > menuitem { - padding-block: 0.3em !important; + padding-block: 0.25em !important; margin-left: 2px !important; margin-right: 2px !important; }