style(next): smaller tree padding

This commit is contained in:
Elian Doran 2024-12-01 10:41:12 +02:00
parent 91aad26eae
commit 9e5000bce0
No known key found for this signature in database

View File

@ -528,7 +528,7 @@ html body #left-pane .quick-search:focus-within .search-button:hover,
} }
#left-pane div.tree { #left-pane div.tree {
padding: 0 12px; padding: 3px 6px;
animation: fade-in 200ms ease-in; animation: fade-in 200ms ease-in;
} }
@ -538,6 +538,10 @@ html body #left-pane .quick-search:focus-within .search-button:hover,
cursor: default; cursor: default;
} }
#left-pane .ui-fancytree ul {
padding-left: 10px;
}
/* The root element of the tree */ /* The root element of the tree */
#left-pane .fancytree-container > li:first-child > span { #left-pane .fancytree-container > li:first-child > span {
padding-left: 12px; padding-left: 12px;