mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-02 07:12:56 -08:00
Fix: Context Menu - Linux's default menu padding inline
at menu.css
menuitem {
padding: 4px 6px;
}
This commit is contained in:
parent
74bd1ca132
commit
9dc5f31953
1 changed files with 8 additions and 1 deletions
|
|
@ -2154,7 +2154,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* Padding Mac */
|
||||
/* Padding - Linux */
|
||||
@media (-moz-gtk-csd-available) {
|
||||
:root {
|
||||
--context-menu-background-padding-default: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Padding - Mac */
|
||||
@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled") {
|
||||
:root {
|
||||
--context-menu-background-padding-default: 10px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue