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