Add some horizontal padding for the tree view

This commit is contained in:
Adorian Doran 2024-11-26 23:31:27 +02:00
parent 8f38c36469
commit bb3f779d34

View File

@ -248,6 +248,10 @@
* Left pane * Left pane
*/ */
#left-pane div.tree {
padding: 0 12px;
}
#left-pane span.fancytree-node { #left-pane span.fancytree-node {
border: unset; border: unset;
border-radius: 6px; border-radius: 6px;