From 9e5000bce0445135860b4136d973747cb74b86f6 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 1 Dec 2024 10:41:12 +0200 Subject: [PATCH] style(next): smaller tree padding --- 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 1239059da..c522f606e 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -528,7 +528,7 @@ html body #left-pane .quick-search:focus-within .search-button:hover, } #left-pane div.tree { - padding: 0 12px; + padding: 3px 6px; animation: fade-in 200ms ease-in; } @@ -538,6 +538,10 @@ html body #left-pane .quick-search:focus-within .search-button:hover, cursor: default; } +#left-pane .ui-fancytree ul { + padding-left: 10px; +} + /* The root element of the tree */ #left-pane .fancytree-container > li:first-child > span { padding-left: 12px;