mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
Fix wrong selector for ignoring autohide=false
This commit is contained in:
parent
47b8ebb60e
commit
172ab9f343
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
#toolbar-menubar[inactive] > #menubar-items{ opacity: 0; pointer-events: none; }
|
||||
#toolbar-menubar[inactive]{ margin-bottom: calc(0px - var(--uc-toolbar-height)) }
|
||||
|
||||
#TabsToolbar[autohide="true"] > .titlebar-buttonbox-container,
|
||||
#TabsToolbar > .titlebar-buttonbox-container,
|
||||
#TabsToolbar > .toolbar-items > spacer,
|
||||
.titlebar-spacer[type="post-tabs"]{
|
||||
display: none;
|
||||
|
@ -22,7 +22,7 @@
|
|||
#TabsToolbar{
|
||||
margin-right: var(--uc-navigationbar-width);
|
||||
}
|
||||
#toolbar-menubar > .titlebar-buttonbox-container,
|
||||
#toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
|
||||
#tabbrowser-tabs,
|
||||
.tabbrowser-tab[pinned]{
|
||||
height: var(--uc-toolbar-height) !important;
|
||||
|
|
Loading…
Reference in a new issue