From e29ef1b4fd6755ee3f38af7d467d43f0284cadf4 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Fri, 8 May 2026 23:26:05 +0200 Subject: [PATCH] fix sizes of placeholders in nocrop gallery --- copyparty/web/browser.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 91885cd5..6ec8a717 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -4007,7 +4007,9 @@ html.e #wrap.thin { a.img { min-width: calc(var(--grid-sz) / 2); width: auto; - .thumb, + .thumb { + height: var(--grid-sz); + } img { max-width: 100%; height: var(--grid-sz);