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