From 23a892ad8cd4825f0f9ae3a7d2c22a981818aa63 Mon Sep 17 00:00:00 2001 From: deflax Date: Fri, 19 Jan 2024 23:41:55 +0200 Subject: [PATCH] set larger thumb sizes in gallery --- src/scheduler/templates/gallery.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scheduler/templates/gallery.html b/src/scheduler/templates/gallery.html index 446c2a5..4062bfc 100644 --- a/src/scheduler/templates/gallery.html +++ b/src/scheduler/templates/gallery.html @@ -14,7 +14,7 @@ .gallery { display: grid; - grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); + grid-template-columns: repeat(auto-fit, minmax(420px, 1fr)); } .gallery .gallery-item {