From 337c8d05ef92468b58c79d455f87ec1a9f9d7dff Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Mon, 15 May 2023 18:17:02 +0300 Subject: [PATCH] selected_tab_as_urlbar: Make selected tab grow more than other tabs --- chrome/selected_tab_as_urlbar.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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;