From f445ae58d29019c5cd55571611f22eab9148af28 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Thu, 25 Nov 2021 09:03:26 +0900 Subject: [PATCH] Fix: Context Menu - Win7/8's menu padding #275 --- userChrome.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/userChrome.css b/userChrome.css index ad1fa38..9227b54 100644 --- a/userChrome.css +++ b/userChrome.css @@ -2954,9 +2954,6 @@ /* Original: 0.5em */ padding-block: var(--menu-padding) !important; } - menupopup > menu { - padding-inline-start: 0.5em; - } @supports not -moz-bool-pref("layout.css.osx-font-smoothing.enabled") { :root:not([uidensity="touch"]) .menu-text, @@ -2987,6 +2984,12 @@ } } + @media (-moz-gtk-csd-available) { + menupopup > menu { + padding-inline-start: 0.5em; + } + } + /* Arrow Icon Align to Right */ .bookmark-item.subviewbutton > .menu-right { margin-inline-end: 0 !important;