From 32a27e0927680e800a13be428aa2bc2b5652337b Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sat, 16 May 2026 22:28:44 +0200 Subject: [PATCH] fix for new themes --- copyparty/web/browser.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 213bd0e6..df2b55e9 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -5333,6 +5333,9 @@ html.f { #widget:not(.thin) #pvol { border-color: var(--a-dark); } + #files tbody td:nth-child(3) { + font-size: .8em; + } } html.fz { --bg: #2e258c;