Add CSS for first child folder item positioning

This commit is contained in:
2026-02-01 01:38:11 +01:00
parent 4ae3a0282e
commit efdb3cc710

View File

@@ -380,6 +380,10 @@ body:not([data-theme="light"]) .folder-item {
background: var(--tree-line);
}
.folder-children > :first-child::after {
top: -16px;
}
.folder-children > :last-child::after {
bottom: 50%;
}