From ef28b0028a17b147edde0e4679dfefe98010e0a8 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sat, 25 Apr 2026 17:24:39 +0200 Subject: [PATCH] hide gon / gop buttons earlier --- 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 d38e8e5d..997fda80 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -3766,7 +3766,7 @@ html.e #wrap.thin { } } -@media (max-width: 30em) { +@media (max-width: 32em) { #wfp #gon, #wfp #gop { display: none;