Adjust left position in folder children styling

This commit is contained in:
2026-02-01 01:31:40 +01:00
parent 077f9df03e
commit d7bc9a4358

View File

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