From 03ec82ac92fddb6ee23b37456b359a3046b718d5 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Thu, 7 May 2026 19:12:30 +0200 Subject: [PATCH] fix uncropped gallery layout issue --- 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 6679a123..c708bb6b 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -3952,7 +3952,7 @@ html.e #wrap.thin { margin: .3em; } a.img { - height: calc(var(--grid-sz) / 1.1 - 4px); + height: calc(var(--grid-sz) - 1em); max-height: none; span { display: none;