make bookmarks toolbar only hidden - not collapsed when it is disabled

This commit is contained in:
MrOtherGuy 2020-10-04 21:36:14 +03:00
parent 232aa45a4c
commit 5e823bafd5

View file

@ -28,6 +28,13 @@ See the above repository for updates as well as full license text. */
#PlacesToolbarItems > .bookmark-item{ padding-block: var(--uc-bm-padding) !important; }
/* Make sure the bookmarks toolbar is never collapsed even if it is disabled */
#PersonalToolbar[collapsed="true"]{
min-height: initial !important;
max-height: initial !important;
visibility: hidden !important
}
/* SELECT TOOLBAR BEHAVIOR */
/* Comment out or delete either one of these to disable that behavior */