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;