Add CSS for first child folder item positioning
This commit is contained in:
@@ -380,6 +380,10 @@ body:not([data-theme="light"]) .folder-item {
|
|||||||
background: var(--tree-line);
|
background: var(--tree-line);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.folder-children > :first-child::after {
|
||||||
|
top: -16px;
|
||||||
|
}
|
||||||
|
|
||||||
.folder-children > :last-child::after {
|
.folder-children > :last-child::after {
|
||||||
bottom: 50%;
|
bottom: 50%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user