1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

Fix too small magnifier

Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1092

As a result of earlier redesign, the magnifier ended
up being too small. The size of the magnifier will now
be dependent on the default font size instead of the
parent font size.
This commit is contained in:
Raymond Hill 2020-07-18 09:50:59 -04:00
parent 0549bfaf00
commit 9880b9c18f
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -63,6 +63,7 @@ a {
color: var(--fg-0-60);
cursor: pointer;
fill: var(--fg-0-60);
font-size: 1rem;
padding: var(--default-gap-xxsmall);
position: absolute;
transform: translate(0, -50%);