From d87f626975af86ab15fd6cb390a57584f821efd0 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Tue, 14 Oct 2025 01:09:34 +0300 Subject: [PATCH] style/tree: improve icon alignment --- apps/client/src/stylesheets/theme-next/shell.css | 3 --- apps/client/src/stylesheets/tree.css | 2 -- 2 files changed, 5 deletions(-) diff --git a/apps/client/src/stylesheets/theme-next/shell.css b/apps/client/src/stylesheets/theme-next/shell.css index d653f89af..7797e3a80 100644 --- a/apps/client/src/stylesheets/theme-next/shell.css +++ b/apps/client/src/stylesheets/theme-next/shell.css @@ -718,9 +718,6 @@ body.mobile .fancytree-node > span { 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 { font-weight: normal; diff --git a/apps/client/src/stylesheets/tree.css b/apps/client/src/stylesheets/tree.css index 976b434e2..df38d2859 100644 --- a/apps/client/src/stylesheets/tree.css +++ b/apps/client/src/stylesheets/tree.css @@ -17,8 +17,6 @@ span.fancytree-node.fancytree-hide { overflow: hidden; margin-inline-start: 7px; outline: none; - position: relative; - top: 2px; } .fancytree-expander {