From ab7b55a84c464268daad485460cb600635967ee3 Mon Sep 17 00:00:00 2001 From: deflax Date: Fri, 7 Feb 2025 01:06:38 +0000 Subject: [PATCH] set gallery min size to 240px --- 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 f94e643..d08ebee 100644 --- a/src/api/app/static/css/root.css +++ b/src/api/app/static/css/root.css @@ -39,7 +39,7 @@ video { .gallery { display: grid; - grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); + grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); } .gallery .gallery-item {