Update folder children styling

This commit is contained in:
2026-02-01 01:27:16 +01:00
parent 4da9032467
commit 7a7ab7f067

View File

@@ -358,17 +358,25 @@ body {
position: relative;
}
.folder-children::before {
.folder-children > * {
position: relative;
}
.folder-children > *::after {
content: "";
position: absolute;
left: 6px;
top: 0;
bottom: 0;
left: -12px;
top: -10px;
bottom: -10px;
width: 2px;
background: var(--border);
opacity: 0.5;
}
.folder-children > :last-child::after {
bottom: 50%;
}
.folder-children .folder-item::before,
.folder-children .prompt-item::before {
content: "";