From aca623f0022366220ea34d7b73e45237fbe213e9 Mon Sep 17 00:00:00 2001 From: deflax Date: Wed, 5 Mar 2025 13:49:31 +0000 Subject: [PATCH] set max px for the grid items --- src/api/app/static/css/root.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/app/static/css/root.css b/src/api/app/static/css/root.css index 90170a7..db3956d 100644 --- a/src/api/app/static/css/root.css +++ b/src/api/app/static/css/root.css @@ -40,7 +40,7 @@ video { .gallery { display: grid; grid-gap: 5px; - grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); + grid-template-columns: repeat(auto-fit, minmax(120px, 480px)); } .gallery .gallery-item {