From 2dbd80f5397b858d646304eb0f0587f144f41120 Mon Sep 17 00:00:00 2001 From: "mr. M" Date: Mon, 10 Feb 2025 20:30:13 +0100 Subject: [PATCH] Increase minimum width of the urlbar to improve usability --- 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 208339888..773014084 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: 30vw; + min-width: 35vw; } &[zen-right-side='true'] #urlbar[open]:not([zen-floating-urlbar='true']) {