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;