Update tree line styles in index.css
This commit is contained in:
@@ -371,8 +371,7 @@ body {
|
|||||||
top: -10px;
|
top: -10px;
|
||||||
bottom: -10px;
|
bottom: -10px;
|
||||||
width: 2px;
|
width: 2px;
|
||||||
background: var(--border);
|
background: var(--tree-line);
|
||||||
opacity: 0.5;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.folder-children > :last-child::after {
|
.folder-children > :last-child::after {
|
||||||
@@ -387,8 +386,7 @@ body {
|
|||||||
top: 50%;
|
top: 50%;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
background: var(--border);
|
background: var(--tree-line);
|
||||||
opacity: 0.5;
|
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user