mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-31 06:20:48 -08:00
Fix: Global menu height 100% (turn on menubar mode) #186
This commit is contained in:
parent
1d38222317
commit
6c7e0a5495
1 changed files with 2 additions and 8 deletions
|
|
@ -754,15 +754,9 @@
|
|||
}
|
||||
|
||||
/*= Global Menu - Set Padding ==============================================*/
|
||||
/* Vertical Align - Center */
|
||||
/* Vertical Align - Center & Height: 100% */
|
||||
#menubar-items {
|
||||
-moz-box-orient: horizontal !important;
|
||||
}
|
||||
|
||||
/* Height: 100% */
|
||||
#menubar-items,
|
||||
#main-menubar {
|
||||
height: inherit;
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
/* Menubar item padding */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue