mirror of https://github.com/gorhill/uBlock.git
Prevent unset minimal width for popup panel
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/1972
This commit is contained in:
parent
585ad8f9e6
commit
3ea92f87a3
|
@ -639,7 +639,6 @@ body:not([data-more~="e"]) [data-more="e"] {
|
|||
}
|
||||
:root.portrait #main {
|
||||
max-width: unset;
|
||||
min-width: unset;
|
||||
}
|
||||
:root.portrait #firewall {
|
||||
max-height: unset;
|
||||
|
|
Loading…
Reference in New Issue