mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 15:00:32 -08:00
Fix: Menu Bar - Remove hardcode #219
https://www.reddit.com/r/FirefoxCSS/comments/pr56cd/titlebar_buttonbox_container_position_problem/
This commit is contained in:
parent
a96fab298c
commit
c08af26efc
1 changed files with 1 additions and 9 deletions
|
|
@ -944,17 +944,9 @@
|
|||
}
|
||||
|
||||
/*= Global Menu - Set Padding ==============================================*/
|
||||
/* Prevent layout shifts */
|
||||
@media (-moz-os-version: windows-win10) {
|
||||
#main-menubar {
|
||||
height: 28px; /* Hard coded for compatibility */
|
||||
}
|
||||
}
|
||||
|
||||
/* Vertical Align - Center & Height: 100% */
|
||||
#menubar-items,
|
||||
#main-menubar {
|
||||
display: flex !important;
|
||||
-moz-box-flex: 1 !important;
|
||||
}
|
||||
|
||||
/* Rounding */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue