From 252ccf35eec4f0c62df832a975296873426643f3 Mon Sep 17 00:00:00 2001 From: Til Date: Thu, 14 May 2026 11:19:23 +0200 Subject: [PATCH] larger clickable [+] menu items on mobile --- copyparty/web/browser.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index adffcadc..904df037 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -3985,7 +3985,10 @@ html.e #wrap.thin { pointer-events: all; } #up_quick_more a { - padding: .6em; + padding: 1em; + } + #up_quick .overlay_plus { + right: 1em; } #s_nav .btn { padding: .5em;