From de34d4ae9ed839565d46c8c1aacef0516cf10de2 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sat, 23 May 2026 15:46:45 +0200 Subject: [PATCH] fix thumbnail extension text font and size --- 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 e1429838..5694a043 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -5431,7 +5431,7 @@ html.f { border-radius: 0 0 var(--radius) var(--radius); } .th_ext .inner { - font-size: .8em; + font-size: .7em; } } html.fz {