mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-03 07:42:47 -08:00
Add: Option - Menu compact, Remove strip
This commit is contained in:
parent
219470ba0e
commit
c9c145c86c
4 changed files with 18 additions and 0 deletions
|
|
@ -7,6 +7,15 @@
|
|||
:root[uidensity="touch"] {
|
||||
--menu-padding: 0.5em;
|
||||
}
|
||||
@include Option("userChrome.padding.menu_compact") {
|
||||
:root {
|
||||
--menu-padding: 2px;
|
||||
}
|
||||
:root[uidensity=compact] {
|
||||
--menu-padding: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
menupopup:not(.in-menulist) > menuitem,
|
||||
menupopup > menu {
|
||||
/* Original: 0.5em */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue