increase the default width where urlbar-size is becomes unlimited

This commit is contained in:
MrOtherGuy 2020-08-02 14:52:25 +03:00
parent 615075f5e3
commit 4e6e77fc3c
2 changed files with 2 additions and 2 deletions

View file

@ -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 }
}

View file

@ -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 }
}