mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
Don't set menubar height when inactive
This commit is contained in:
parent
e2f5217194
commit
6cfa9cc808
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
{ -moz-box-ordinal-group: 0 }
|
{ -moz-box-ordinal-group: 0 }
|
||||||
|
|
||||||
#toolbar-menubar{ position: fixed; display: flex; width: 100vw; top: 0px; }
|
#toolbar-menubar{ position: fixed; display: flex; width: 100vw; top: 0px; }
|
||||||
#toolbar-menubar:hover{ height: calc(var(--tab-min-height) - var(--tabs-navbar-shadow-size)) !important; }
|
#toolbar-menubar:not([inactive]):hover{ height: calc(var(--tab-min-height) - var(--tabs-navbar-shadow-size)) !important; }
|
||||||
#toolbar-menubar > spacer{ flex-grow: 1 }
|
#toolbar-menubar > spacer{ flex-grow: 1 }
|
||||||
|
|
||||||
#urlbar.megabar[breakout][breakout-extend]{
|
#urlbar.megabar[breakout][breakout-extend]{
|
||||||
|
|
Loading…
Reference in a new issue