1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Minor CSS tuning

This commit is contained in:
Raymond Hill 2023-05-23 12:06:19 -04:00
parent 947d45be2f
commit c622298793
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -313,7 +313,7 @@ select {
height: var(--font-size);
position: relative;
top: calc(var(--font-size) / 7);
max-width: calc(var(--font-size) * 1.4);
max-width: calc(var(--font-size) * 1.5);
}
.logo {