Use a scale instead of a fixed 20px so that the scaling of icons stays consistant on HIDPI screens
This commit is contained in:
parent
ff21e0b198
commit
653ac0a64d
|
@ -376,7 +376,7 @@ body {
|
|||
}
|
||||
|
||||
.notesBar .newNote img {
|
||||
height: 20px;
|
||||
scale: 0.7;
|
||||
filter: invert(var(--invertdm));
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue