bookmarks toolbar min-width needs !important
This commit is contained in:
parent
990d6005b7
commit
44552ab8f8
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
.browser-toolbar.chromeclass-directories:not([collapsed="true"]){
|
||||
min-width: 100vw;
|
||||
min-width: 100vw !important;
|
||||
margin-bottom: var(--tab-min-height);
|
||||
}
|
||||
/* reduce urlbar minimum width before things start to go to overflow menu */
|
||||
|
|
Loading…
Reference in a new issue