mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00: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
da4eb19a4c
commit
d2bbacb5f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue