From c9515ca85cb169326239235f7d9310fd9bd3d00c Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Mon, 25 May 2026 00:50:23 +0200 Subject: [PATCH] more aggressive image load prevention (?) --- 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 0151c3e3..b552ad99 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -4134,7 +4134,7 @@ html.e #wrap.thin .ghead { } /* prevent load of new thumbnails */ -#ggrid.waiting a:not(.thumbed) img { +#ggrid.waiting img { display: none; } @supports (display: grid) and (gap: 1em) {