From 8a25e9ddeac7b6ee53365fc3ad34154e1e716464 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sun, 10 May 2026 00:22:03 +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 22e86354..fe8eb31f 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1260,7 +1260,7 @@ html:not(.e) #ggrid>a.thumbed.dir:before { display: block; position: absolute; text-wrap-mode: nowrap; - max-width: 100%; + width: 100%; bottom: 100%; right: 0; font-size: 2em;