From b69ca7424d4a040772362bbeb932f56f59423ec1 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Thu, 30 Apr 2026 09:52:19 +0200 Subject: [PATCH] enlarge sel chk on mobile --- copyparty/web/browser.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 637fa399..d8299c74 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -3822,6 +3822,11 @@ html.e #wrap.thin { top: 7.5em; } } + .gselchk { + font-size: 1.4em; + top: 5px; + right: 5px; + } } @media (max-width: 32em) {