make sure bookmarks toolbar isn't collapsed in fullscreen mode. fixes #154

pull/155/head
MrOtherGuy 3 years ago
parent fe534d6224
commit 2d7f31b766

@ -62,6 +62,7 @@ See the above repository for updates as well as full license text. */
} }
/* Make sure the bookmarks toolbar is never collapsed even if it is disabled */ /* Make sure the bookmarks toolbar is never collapsed even if it is disabled */
:root[sizemode="fullscreen"] #PersonalToolbar,
#PersonalToolbar[collapsed="true"]{ #PersonalToolbar[collapsed="true"]{
min-height: initial !important; min-height: initial !important;
max-height: initial !important; max-height: initial !important;

Loading…
Cancel
Save