Skip to content

Commit

Permalink
Reduce minimum width of the URL bar when open to improve layout flexi…
Browse files Browse the repository at this point in the history
…bility
  • Loading branch information
mauro-balades committed Feb 8, 2025
1 parent 1c83609 commit b79d6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/base/content/zen-styles/zen-urlbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ button.popup-notification-dropmarker {

:root[zen-single-toolbar='true'] {
#urlbar[open] {
min-width: 40vw;
min-width: 30vw;
}

&[zen-right-side='true'] #urlbar[open]:not([zen-floating-urlbar='true']) {
Expand Down

0 comments on commit b79d6a7

Please sign in to comment.