From 077f9df03e0e5e7e94181d7b7f6594202f82f37b Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Feb 2026 01:29:38 +0100 Subject: [PATCH] Adjust left position of folder children pseudo-elements --- src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index 574de25..5873fb0 100644 --- a/src/index.css +++ b/src/index.css @@ -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;