From b79d6a7347e6756db64cd7f142fd0fe3fd9731ba Mon Sep 17 00:00:00 2001 From: "mr. M" Date: Sat, 8 Feb 2025 20:20:00 +0100 Subject: [PATCH] Reduce minimum width of the URL bar when open to improve layout flexibility --- src/browser/base/content/zen-styles/zen-urlbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/base/content/zen-styles/zen-urlbar.css b/src/browser/base/content/zen-styles/zen-urlbar.css index 0502aa2b8..208339888 100644 --- a/src/browser/base/content/zen-styles/zen-urlbar.css +++ b/src/browser/base/content/zen-styles/zen-urlbar.css @@ -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']) {