mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-10 03:03:18 -08:00
Add: Global Menu - Rounding
This commit is contained in:
parent
3683125205
commit
98526e441e
1 changed files with 5 additions and 0 deletions
|
|
@ -806,6 +806,11 @@
|
|||
display: flex !important;
|
||||
}
|
||||
|
||||
/* Rounding */
|
||||
#main-menubar > menu {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
/* Menubar item padding */
|
||||
:root {
|
||||
--global-menubar-padding: 2px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue