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