increase the default width where urlbar-size is becomes unlimited
This commit is contained in:
parent
615075f5e3
commit
4e6e77fc3c
2 changed files with 2 additions and 2 deletions
|
@ -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 */
|
/* prevent urlbar overflow on narrow windows */
|
||||||
/* Dependent on how many items are in navigation toolbar ADJUST AS NEEDED */
|
/* 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 }
|
#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 */
|
/* prevent urlbar overflow on narrow windows */
|
||||||
/* Dependent on how many items are in navigation toolbar ADJUST AS NEEDED */
|
/* 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 }
|
#urlbar-container{ min-width:unset !important }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue