mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 23:10:41 -08:00
Fix: Context Menu - Win7/8's menu padding #275
This commit is contained in:
parent
e9de25b286
commit
f445ae58d2
1 changed files with 6 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue