From d20e49e311c187272eb205a7294e86ffaf138f36 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Fri, 8 May 2026 19:25:54 +0200 Subject: [PATCH] display file ext in uncropped grid mode --- 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 fc763102..63c1568a 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -4013,7 +4013,7 @@ html.e #wrap.thin { } } a.img { - span { + span:not(.th_ext) { display: none; } }