diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 5248b929..b598ff1c 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -2896,7 +2896,7 @@ html.d #treepar { @supports (display: grid) { #ggrid { display: grid; - margin: unset; + margin: 0em 0.25em; padding: unset; grid-template-columns: repeat(auto-fit,var(--grid-sz)); justify-content: center;