Update border and line styles in index.css
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user