mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
Simplify max-width rule of popup panel
Maybe it will help avoid the spurious fall-into-vertical-layout issue. Maybe not.
This commit is contained in:
parent
e785017808
commit
1a4e7a33b7
@ -501,7 +501,7 @@ body:not([data-more~="e"]) [data-more="e"] {
|
|||||||
}
|
}
|
||||||
:root:not(.mobile) body {
|
:root:not(.mobile) body {
|
||||||
--popup-gap: 12px;
|
--popup-gap: 12px;
|
||||||
max-width: max(100vw, 800px);
|
max-width: 800px;
|
||||||
}
|
}
|
||||||
:root.desktop #panes {
|
:root.desktop #panes {
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
|
Loading…
Reference in New Issue
Block a user