mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-05 08:43:09 -08:00
Fix: Menu Bar - Weird title container order behavior #219
This commit is contained in:
parent
5a20ca0f47
commit
a96fab298c
1 changed files with 3 additions and 12 deletions
|
|
@ -945,18 +945,9 @@
|
|||
|
||||
/*= Global Menu - Set Padding ==============================================*/
|
||||
/* Prevent layout shifts */
|
||||
@media (-moz-os-version: windows-win7), (-moz-os-version: windows-win8), (-moz-os-version: windows-win10) {
|
||||
#toolbar-menubar {
|
||||
display: flex !important;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
#toolbar-menubar > spacer {
|
||||
order: 1000; /* as Original's -moz-box-ordinal-group: 1000 */
|
||||
flex: 1; /* Fill row */
|
||||
}
|
||||
#toolbar-menubar > .titlebar-buttonbox-container {
|
||||
order: 1000; /* as Original's -moz-box-ordinal-group: 1000 */
|
||||
@media (-moz-os-version: windows-win10) {
|
||||
#main-menubar {
|
||||
height: 28px; /* Hard coded for compatibility */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue