1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-02 00:59:38 +02:00

Mind small screen size in asset viewer

Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/2621
This commit is contained in:
Raymond Hill 2023-04-28 16:57:06 -04:00
parent 7eaa416a4a
commit c31e087946
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

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