increase the default width where urlbar-size is becomes unlimited
This commit is contained in:
@@ -28,7 +28,7 @@ urlbar_full_width.css is VERY MUCH recommended for Firefox 71+ because of new ur
|
||||
|
||||
/* prevent urlbar overflow on narrow windows */
|
||||
/* Dependent on how many items are in navigation toolbar ADJUST AS NEEDED */
|
||||
@media screen and (max-width: 1300px){
|
||||
@media screen and (max-width: 1400px){
|
||||
#urlbar-container{ min-width:unset !important }
|
||||
}
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ See the above repository for updates as well as full license text. */
|
||||
}
|
||||
/* prevent urlbar overflow on narrow windows */
|
||||
/* Dependent on how many items are in navigation toolbar ADJUST AS NEEDED */
|
||||
@media screen and (max-width: 1300px){
|
||||
@media screen and (max-width: 1400px){
|
||||
#urlbar-container{ min-width:unset !important }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user