diff --git a/chrome/navbar_tabs_oneliner.css b/chrome/navbar_tabs_oneliner.css index 990f774..a7df8b1 100644 --- a/chrome/navbar_tabs_oneliner.css +++ b/chrome/navbar_tabs_oneliner.css @@ -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 } } diff --git a/chrome/navbar_tabs_responsive_oneliner.css b/chrome/navbar_tabs_responsive_oneliner.css index 3db0c3d..7dc2f77 100644 --- a/chrome/navbar_tabs_responsive_oneliner.css +++ b/chrome/navbar_tabs_responsive_oneliner.css @@ -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 } }