From 94cbe0452dc520ec8e8f8f62f4af40d3f24a53cf Mon Sep 17 00:00:00 2001 From: Ulrik de Muelenaere Date: Mon, 4 Sep 2023 23:57:41 -0400 Subject: [PATCH] userChrome/urlbar: Allow urlbar to shrink down to its min width (MR 37) This fixes one of the issues from #52, but I have not been able to reproduce the others on Phosh. --- src/userChrome/urlbar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/userChrome/urlbar.css b/src/userChrome/urlbar.css index 4ad5cf7..2f94380 100644 --- a/src/userChrome/urlbar.css +++ b/src/userChrome/urlbar.css @@ -4,6 +4,7 @@ /* Reduce minimum window width */ #urlbar-container { min-width: 150px !important; + flex-shrink: 1 !important; } @media (max-width: 700px) {