From f5f7e69c8c3735b7c62cab38ff039a02a1af7dfe Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 8 Jun 2021 21:20:00 +0300 Subject: [PATCH] replace selected tab max-width none with 100vw --- chrome/selected_tab_as_urlbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/selected_tab_as_urlbar.css b/chrome/selected_tab_as_urlbar.css index 7bfca53..49b8151 100644 --- a/chrome/selected_tab_as_urlbar.css +++ b/chrome/selected_tab_as_urlbar.css @@ -29,7 +29,7 @@ See the above repository for updates as well as full license text. */ border-radius: 6px; } -.tabbrowser-tab[selected][fadein]{ max-width: none !important; min-width: 200px !important } +.tabbrowser-tab[selected][fadein]{ max-width: 100vw !important; min-width: 200px !important } #navigator-toolbox:focus-within .tabbrowser-tab[selected] .tab-content{ opacity: 0;