diff --git a/chrome/selected_tab_as_urlbar.css b/chrome/selected_tab_as_urlbar.css index 5ce427e..8c374f2 100644 --- a/chrome/selected_tab_as_urlbar.css +++ b/chrome/selected_tab_as_urlbar.css @@ -37,7 +37,11 @@ See the above repository for updates as well as full license text. */ transform: translateX(-50%) !important; } -.tabbrowser-tab[selected][fadein]{ max-width: 100vw !important; min-width: 200px !important } +.tabbrowser-tab[selected][fadein]{ + max-width: 100vw !important; + min-width: 200px !important; + flex-grow: 300 !important; +} #navigator-toolbox:focus-within .tabbrowser-tab[selected] .tab-content{ opacity: 0;