From c79b9b0e077828c29bc1876c12277a77a0f7174b Mon Sep 17 00:00:00 2001 From: deflax Date: Sun, 8 Sep 2024 02:26:09 +0000 Subject: [PATCH] increase the minimal thumb size --- 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 d08ebee..f886119 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(240px, 1fr)); + grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); } .gallery .gallery-item {