From c4410c4c46d0276c6447d56a3e6f56474dc75f3a Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Fri, 3 Apr 2026 19:06:37 +0200 Subject: [PATCH] let the gallery grid display up to the edge of the screen --- 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 bf52faba..02dfe13e 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -3399,7 +3399,7 @@ html.d #treepar { @supports (display: grid) and (gap: 1em) { #ggrid { display: grid; - margin: 0em 0.25em; + margin: 0em -0.25em; padding: unset; grid-template-columns: repeat(auto-fit,var(--grid-sz)); justify-content: center;