Increase `min-width` of #main pane in popu panel

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".
This commit is contained in:
Raymond Hill 2020-05-15 11:49:48 -04:00
parent f060bb5382
commit 2ded039b98
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@ body:not([data-more~="e"]) [data-more="e"] {
width: unset; width: unset;
} }
:root.desktop #main { :root.desktop #main {
max-width: 300px; max-width: 340px;
width: max-content; width: max-content;
} }
:root:not(.mobile) #switch:hover { :root:not(.mobile) #switch:hover {