oneliners: allow ulrbar-container to shrink a bit
This fixes a problem where urlbar would cause items in the toolbar to overflow the whole toolbar too early
This commit is contained in:
@@ -32,7 +32,10 @@ urlbar_popup_full_width.css is VERY MUCH recommended for Firefox 71+ because of
|
||||
/* prevent urlbar overflow on narrow windows */
|
||||
/* Dependent on how many items are in navigation toolbar ADJUST AS NEEDED */
|
||||
@media screen and (max-width: 1500px){
|
||||
#urlbar-container{ min-width:unset !important }
|
||||
#urlbar-container{
|
||||
min-width: 300px !important;
|
||||
flex-shrink: 1 !important;
|
||||
}
|
||||
}
|
||||
|
||||
#TabsToolbar{
|
||||
|
||||
Reference in New Issue
Block a user