From 653ac0a64d3b20a7d9ee8c6133d71374cbb42487 Mon Sep 17 00:00:00 2001 From: arzumify Date: Tue, 25 Jun 2024 19:49:11 +0100 Subject: [PATCH] Use a scale instead of a fixed 20px so that the scaling of icons stays consistant on HIDPI screens --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 0d6a775..cb79baa 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -376,7 +376,7 @@ body { } .notesBar .newNote img { - height: 20px; + scale: 0.7; filter: invert(var(--invertdm)); }