1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

Fire tune CSS in new popup panel

This commit is contained in:
Raymond Hill 2020-05-10 07:39:59 -04:00
parent 6ba38f33aa
commit b94b2834d7
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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 {