Skip to content

Commit

Permalink
showw urlbar button: remove max-width from flexible spaces
Browse files Browse the repository at this point in the history
This way they can grow to fill available width in the toolbar now that
urlbar can't do that.
  • Loading branch information
MrOtherGuy committed Jul 24, 2024
1 parent 41c918e commit 68695c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chrome/show_urlbar_button.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 68695c1

Please sign in to comment.