From e7957504f065204855e1ff89df91090bc60125c3 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Wed, 29 Apr 2026 22:53:03 +0200 Subject: [PATCH] edge to edge visibility when scrolling files --- copyparty/web/browser.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 4376bda8..fa040c68 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -549,6 +549,8 @@ html.y #path { top: -.3em; border-spacing: 0; position: relative; + margin: .2em -.5em; + padding: 0 .5em; } #files tbody a { display: block;