Use a scale instead of a fixed 20px so that the scaling of icons stays consistant on HIDPI screens

This commit is contained in:
Tracker-Friendly 2024-06-25 19:49:11 +01:00
parent ff21e0b198
commit 653ac0a64d
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ body {
} }
.notesBar .newNote img { .notesBar .newNote img {
height: 20px; scale: 0.7;
filter: invert(var(--invertdm)); filter: invert(var(--invertdm));
} }