From 4e6e77fc3c9ecd336a524304d6f501bfd2fb732e Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 2 Aug 2020 14:52:25 +0300 Subject: [PATCH] increase the default width where urlbar-size is becomes unlimited --- chrome/navbar_tabs_oneliner.css | 2 +- chrome/navbar_tabs_responsive_oneliner.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 } }