From 5da55a675b0610bb448e9265f729b26e38ae51f9 Mon Sep 17 00:00:00 2001 From: deflax Date: Fri, 19 Jan 2024 20:06:13 +0200 Subject: [PATCH] redesign gallery --- src/scheduler/templates/gallery.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/scheduler/templates/gallery.html b/src/scheduler/templates/gallery.html index 07fc89b..10479ed 100644 --- a/src/scheduler/templates/gallery.html +++ b/src/scheduler/templates/gallery.html @@ -8,7 +8,7 @@ font-family: Arial, sans-serif; margin: 0; padding: 0; - background-color: #333; + background-color: black; color: #fff; } @@ -20,8 +20,8 @@ } .gallery-item { - flex: 0 1 calc(33.3333% - 20px); - margin: 4px; + flex: 0 1 calc(25% - 20px); + margin: 0px; overflow: hidden; position: relative; cursor: pointer;