From abfbe2cb3937d999493ec5d9548e5ec2d8d55b4f Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 27 Nov 2024 01:20:13 +0200 Subject: [PATCH] Correct offsets to accommodate the new font metrics --- src/public/stylesheets/theme-next.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index 5941e1d6b..e01142282 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -329,7 +329,11 @@ } #left-pane .fancytree-custom-icon { - margin-top: 2px; /* Use this to align the icon with the tree view item's caption */ + margin-top: 0; /* Use this to align the icon with the tree view item's caption */ +} + +#left-pane span .fancytree-title { + margin-top: -5px; } #left-pane span.fancytree-active .fancytree-title {