Update tree line styles in index.css

This commit is contained in:
2026-02-01 01:28:59 +01:00
parent 5fa861b315
commit 5a92648a7d

View File

@@ -371,8 +371,7 @@ body {
top: -10px;
bottom: -10px;
width: 2px;
background: var(--border);
opacity: 0.5;
background: var(--tree-line);
}
.folder-children > :last-child::after {
@@ -387,8 +386,7 @@ body {
top: 50%;
width: 12px;
height: 2px;
background: var(--border);
opacity: 0.5;
background: var(--tree-line);
transform: translateY(-50%);
}