bookmarks toolbar min-width needs !important

This commit is contained in:
MrOtherGuy 2020-05-24 07:37:15 +03:00
parent 990d6005b7
commit 44552ab8f8

View file

@ -44,7 +44,7 @@ See the above repository for updates as well as full license text. */
/* This margin on bookmarks toolbar makes absolutely no sense, but it won't work properly without it */ /* This margin on bookmarks toolbar makes absolutely no sense, but it won't work properly without it */
.browser-toolbar.chromeclass-directories:not([collapsed="true"]){ .browser-toolbar.chromeclass-directories:not([collapsed="true"]){
min-width: 100vw; min-width: 100vw !important;
margin-bottom: var(--tab-min-height); margin-bottom: var(--tab-min-height);
} }
/* reduce urlbar minimum width before things start to go to overflow menu */ /* reduce urlbar minimum width before things start to go to overflow menu */