From 8e97fa7d45e652a3297c58744a22233c361226c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Lente?= Date: Mon, 2 Dec 2024 10:42:42 +0100 Subject: [PATCH] Chore: Add style web-assets todo Part of #9 --- templates/custom/body_inner_pre.tmpl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates/custom/body_inner_pre.tmpl b/templates/custom/body_inner_pre.tmpl index 45885a9..5dd4a64 100644 --- a/templates/custom/body_inner_pre.tmpl +++ b/templates/custom/body_inner_pre.tmpl @@ -754,6 +754,14 @@ max-width: 1170px; } } + + /* TODO: @web-assets incriease nav-global-logo height for better antialising on low pixel density screens + * .nav-global .nav-global-logo svg, + * .nav-global .nav-global-logo img { + * height: 22px; + * pointer-events: none; + * } + */