set visibility:hidden for items in bookmarks toolbar when collapsed
This commit is contained in:
parent
03f4d098da
commit
1621ecc3f4
1 changed files with 4 additions and 2 deletions
|
@ -64,8 +64,10 @@ See the above repository for updates as well as full license text. */
|
||||||
max-height: initial !important;
|
max-height: initial !important;
|
||||||
visibility: hidden !important
|
visibility: hidden !important
|
||||||
}
|
}
|
||||||
|
#PersonalToolbar[collapsed="true"] #PlacesToolbarItems > *,
|
||||||
:root[sizemode="fullscreen"] #PersonalToolbar .bookmark-item{ visibility: hidden !important; }
|
:root[sizemode="fullscreen"] #PersonalToolbar #PlacesToolbarItems > *{
|
||||||
|
visibility: hidden !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* The invisible toolbox will overlap sidebar so we'll work around that here */
|
/* The invisible toolbox will overlap sidebar so we'll work around that here */
|
||||||
#navigator-toolbox{ pointer-events: none; border-bottom: none !important; }
|
#navigator-toolbox{ pointer-events: none; border-bottom: none !important; }
|
||||||
|
|
Loading…
Reference in a new issue