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