From 027e9b8efe2953adf0c1b5c44a006e083854b984 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sun, 10 May 2026 00:16:19 +0200 Subject: [PATCH] fix max width of wtoggle after moving [+] inline --- 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 9611e2af..22e86354 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1277,7 +1277,7 @@ html:not(.e) #ggrid>a.thumbed.dir:before { display: inline-block; text-wrap-mode: nowrap; text-align: center; - max-width: calc(100% - 1.8em); + max-width: calc(100% - 3.5em); overflow-x: auto; overflow-y: hidden; margin: 0 .1em .1em .2em;