make sure bookmarks toolbar isn't collapsed in fullscreen mode. fixes #154
This commit is contained in:
parent
fe534d6224
commit
2d7f31b766
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue