From 68695c1f7242ff8131b7fde85760e49fe72ccc4c Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 24 Jul 2024 21:53:59 +0300 Subject: [PATCH] showw urlbar button: remove max-width from flexible spaces This way they can grow to fill available width in the toolbar now that urlbar can't do that. --- chrome/show_urlbar_button.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chrome/show_urlbar_button.css b/chrome/show_urlbar_button.css index 77acb83..d98cd6e 100644 --- a/chrome/show_urlbar_button.css +++ b/chrome/show_urlbar_button.css @@ -64,4 +64,8 @@ See the above repository for updates as well as full license text. */ #urlbar-input:not(:focus-within){ opacity: 0; cursor: default; +} +/* Make flexible spaces have unlimited width so that they can claim empty space that urlbar would normally claim */ +#nav-bar-customization-target > toolbarspring{ + max-width: none !important; } \ No newline at end of file