From 4fa092d22fb55a2091f3f96d9954d49270b15c6a Mon Sep 17 00:00:00 2001 From: Til Date: Wed, 10 Jun 2026 01:31:17 +0200 Subject: [PATCH] fix html.f tree visuals --- copyparty/web/browser.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index d53fed8f..e9a20ae4 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -5631,8 +5631,8 @@ html.f #tree .hl { } html.f #tree .hl::after { content: ""; - right: .5em; - left: 0; + right: -2.2em; + left: -1.2em; margin-top: -.3em; margin-bottom: -2px; z-index: -1;