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.
This commit is contained in:
MrOtherGuy
2024-07-24 21:53:59 +03:00
parent 41c918e482
commit 68695c1f72

View File

@@ -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;
}