mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-31 14:30:50 -08:00
Merge pull request #181 from Ajith-stark/master
Fix: `menu` padding issue fixed #180
This commit is contained in:
commit
05f99b05af
1 changed files with 4 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue