From e413ba7ac614070fd7c25e6038ef85838fe1068d Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Fri, 3 Apr 2026 19:10:43 +0200 Subject: [PATCH] addition to last commit --- copyparty/web/browser.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 02dfe13e..a1c2d5e9 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -3323,6 +3323,9 @@ html.d #treepar { #wfp { margin-left: .1em !important; } + #ggrid { + margin: 0em -0.25em !important; + } } @media (max-width: 32em) { #u2conf { @@ -3399,7 +3402,7 @@ html.d #treepar { @supports (display: grid) and (gap: 1em) { #ggrid { display: grid; - margin: 0em -0.25em; + margin: 0; padding: unset; grid-template-columns: repeat(auto-fit,var(--grid-sz)); justify-content: center;