From 2ded039b981d7f7e3e12ea2a4279db91b83779ef Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 15 May 2020 11:49:48 -0400 Subject: [PATCH] Increase `min-width` of #main pane in popu panel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related feedback: - https://www.reddit.com/r/uBlockOrigin/comments/gjyt4a/ubo_redesigned/fqps9ad/ As per feedback, Firefox is not causing large numbers to be rendered in a compact form with German locale. In Chromium, the number 40712345 renders as "40,71 Mio." for the German locale, while in Firefox the same renders as "40.710.000". --- src/css/popup-fenix.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/popup-fenix.css b/src/css/popup-fenix.css index 6fe8b473a..d1ae57812 100644 --- a/src/css/popup-fenix.css +++ b/src/css/popup-fenix.css @@ -511,7 +511,7 @@ body:not([data-more~="e"]) [data-more="e"] { width: unset; } :root.desktop #main { - max-width: 300px; + max-width: 340px; width: max-content; } :root:not(.mobile) #switch:hover {