From ff8b5afa59f4ea66f24dded51148e5e2ab9af785 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Mon, 27 Apr 2026 23:37:01 +0200 Subject: [PATCH] fix mobile file list padding --- copyparty/web/browser.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 0bc0156d..2ecc0190 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -3815,7 +3815,7 @@ html.e #wrap.thin { padding: .6em .2em; } #files tbody a { - padding: .8em 0; + padding: .8em; } html:not(.e) body { font-size: 1.1em;