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

This commit is contained in:
MrOtherGuy 2021-11-10 21:10:52 +02:00
parent fe534d6224
commit 2d7f31b766

View file

@ -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;