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;
|
box-sizing: border-box;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
overflow: hidden;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -497,6 +498,8 @@ body:not([data-more~="e"]) [data-more="e"] {
|
|||||||
|
|
||||||
/* mouse-driven devices */
|
/* mouse-driven devices */
|
||||||
:root.desktop {
|
:root.desktop {
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
:root:not(.mobile) body {
|
:root:not(.mobile) body {
|
||||||
|
Loading…
Reference in New Issue
Block a user