From bbe58105e7be4b6f38a21815e4e205544b13e7d0 Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 21 Mar 2026 19:04:48 +0000 Subject: [PATCH] shares: fix qr for huge links --- copyparty/web/ui.css | 1 + 1 file changed, 1 insertion(+) diff --git a/copyparty/web/ui.css b/copyparty/web/ui.css index 7181bbab..a20b5074 100644 --- a/copyparty/web/ui.css +++ b/copyparty/web/ui.css @@ -322,6 +322,7 @@ html.y #tth { margin: .1em auto; width: 60%; height: 60%; + max-height: 22em; background: #999; background: rgba(128,128,128,0.2); }