mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
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 */
|
/* 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 */
|
||||||
|
|
Loading…
Reference in a new issue