From 4b204572661dc32709bdaec49da935867a6cc775 Mon Sep 17 00:00:00 2001 From: Ajith-stark Date: Thu, 19 Aug 2021 14:56:20 +0530 Subject: [PATCH] Fix: `menu` padding issue fixed #180 --- userChrome.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/userChrome.css b/userChrome.css index f808c37..4357354 100644 --- a/userChrome.css +++ b/userChrome.css @@ -669,6 +669,10 @@ /* Original: 0.5em */ padding-block: var(--menu-padding) !important; } + menupopup > menu { + padding-left: 0.5em; + padding-right: 0.5em; + } @supports not -moz-bool-pref("layout.css.osx-font-smoothing.enabled") { :root:not([uidensity=touch]) .menu-text, .menu-iconic-text {