mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
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:
parent
f060bb5382
commit
2ded039b98
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user