Correct offsets to accommodate the new font metrics

pull/661/head
Adorian Doran 2024-11-27 01:20:13 +07:00
parent 12cae219db
commit abfbe2cb39
1 changed files with 5 additions and 1 deletions

@ -329,7 +329,11 @@
}
#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 {