Correct offsets to accommodate the new font metrics

This commit is contained in:
Adorian Doran 2024-11-27 01:20:13 +02:00
parent 12cae219db
commit abfbe2cb39

View File

@ -329,7 +329,11 @@
} }
#left-pane .fancytree-custom-icon { #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 { #left-pane span.fancytree-active .fancytree-title {