Adjust left position of folder children pseudo-elements

This commit is contained in:
2026-02-01 01:29:38 +01:00
parent 5a92648a7d
commit 077f9df03e

View File

@@ -367,7 +367,7 @@ body {
.folder-children > *::after {
content: "";
position: absolute;
left: -12px;
left: -11px;
top: -10px;
bottom: -10px;
width: 2px;
@@ -382,7 +382,7 @@ body {
.folder-children .prompt-item::before {
content: "";
position: absolute;
left: -12px;
left: -11px;
top: 50%;
width: 12px;
height: 2px;