mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
Fire tune CSS in new popup panel
This commit is contained in:
parent
6ba38f33aa
commit
b94b2834d7
@ -428,6 +428,7 @@ body.advancedUser #firewall > div > span.noopRule.ownRule,
|
||||
box-sizing: border-box;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
@ -497,6 +498,8 @@ body:not([data-more~="e"]) [data-more="e"] {
|
||||
|
||||
/* mouse-driven devices */
|
||||
:root.desktop {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
overflow: hidden;
|
||||
}
|
||||
:root:not(.mobile) body {
|
||||
|
Loading…
Reference in New Issue
Block a user