mirror of https://github.com/gorhill/uBlock.git
Mind small screen size in asset viewer
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/2621
This commit is contained in:
parent
7eaa416a4a
commit
c31e087946
|
@ -160,8 +160,10 @@
|
|||
direction: ltr;
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
padding: 0.5em;
|
||||
padding: var(--default-gap-xsmall);
|
||||
row-gap: var(--default-gap-xsmall);
|
||||
user-select: none;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
|
|
Loading…
Reference in New Issue