1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02: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:
Raymond Hill 2020-05-06 18:38:05 -04:00
parent e785017808
commit 1a4e7a33b7
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -501,7 +501,7 @@ body:not([data-more~="e"]) [data-more="e"] {
}
:root:not(.mobile) body {
--popup-gap: 12px;
max-width: max(100vw, 800px);
max-width: 800px;
}
:root.desktop #panes {
flex-direction: row-reverse;