style/tree: improve icon alignment

This commit is contained in:
Adorian Doran 2025-10-14 01:09:34 +03:00
parent 8d3c64dc54
commit d87f626975
2 changed files with 0 additions and 5 deletions

View File

@ -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;

View File

@ -17,8 +17,6 @@ span.fancytree-node.fancytree-hide {
overflow: hidden;
margin-inline-start: 7px;
outline: none;
position: relative;
top: 2px;
}
.fancytree-expander {