From f28cffd0e3b2f8c71cb561ab6b8d5221822b6dc0 Mon Sep 17 00:00:00 2001 From: deflax Date: Sun, 8 Sep 2024 02:04:55 +0000 Subject: [PATCH] change the minimum gallery item thumbnail --- src/api/static/css/root.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/static/css/root.css b/src/api/static/css/root.css index d99c0d5..b93b0e7 100644 --- a/src/api/static/css/root.css +++ b/src/api/static/css/root.css @@ -39,7 +39,7 @@ video { .gallery { display: grid; - grid-template-columns: repeat(auto-fit, minmax(420px, 1fr)); + grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); } .gallery .gallery-item {