diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 0e89cbc6..1715e1aa 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -2893,3 +2893,12 @@ html.d #treepar { margin-top: 1.7em; } } +@supports (display: grid) { + #ggrid { + display: grid; + margin: unset; + padding: unset; + grid-template-columns: repeat(auto-fit,225px); + justify-content: center; + } +}