Update border and line styles in index.css

This commit is contained in:
2026-02-01 01:35:36 +01:00
parent 80654dc515
commit c31bb9ec65

View File

@@ -280,6 +280,7 @@ body {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 8px; gap: 8px;
border: 1px solid transparent;
} }
.folder-item { .folder-item {
@@ -370,7 +371,7 @@ body {
left: -12px; left: -12px;
top: -10px; top: -10px;
bottom: -10px; bottom: -10px;
width: 2px; width: 1px;
background: var(--tree-line); background: var(--tree-line);
} }
@@ -385,7 +386,7 @@ body {
left: -12px; left: -12px;
top: 50%; top: 50%;
width: 12px; width: 12px;
height: 2px; height: 1px;
background: var(--tree-line); background: var(--tree-line);
transform: translateY(-50%); transform: translateY(-50%);
} }