Don't modify menubarr height if autohide=false

This commit is contained in:
MrOtherGuy 2018-11-29 21:03:11 +02:00
parent 28632ea2ac
commit 47b8ebb60e

View file

@ -14,7 +14,7 @@
#toolbar-menubar[inactive] > #menubar-items{ opacity: 0; pointer-events: none; } #toolbar-menubar[inactive] > #menubar-items{ opacity: 0; pointer-events: none; }
#toolbar-menubar[inactive]{ margin-bottom: calc(0px - var(--uc-toolbar-height)) } #toolbar-menubar[inactive]{ margin-bottom: calc(0px - var(--uc-toolbar-height)) }
#TabsToolbar > .titlebar-buttonbox-container, #TabsToolbar[autohide="true"] > .titlebar-buttonbox-container,
#TabsToolbar > .toolbar-items > spacer, #TabsToolbar > .toolbar-items > spacer,
.titlebar-spacer[type="post-tabs"]{ .titlebar-spacer[type="post-tabs"]{
display: none; display: none;