mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
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;
|
direction: ltr;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 0.5em;
|
padding: var(--default-gap-xsmall);
|
||||||
|
row-gap: var(--default-gap-xsmall);
|
||||||
user-select: none;
|
user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user