diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 1715e1aa..662842cb 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -2898,7 +2898,7 @@ html.d #treepar { display: grid; margin: unset; padding: unset; - grid-template-columns: repeat(auto-fit,225px); + grid-template-columns: repeat(auto-fit,calc(var(--grid-sz) + 1.7em)); justify-content: center; } }