From 17b104407dd8af612b452a1e7b6de60d21bc6737 Mon Sep 17 00:00:00 2001 From: deflax Date: Fri, 19 Jan 2024 05:23:24 +0200 Subject: [PATCH] fix overlay click --- src/scheduler/templates/gallery.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/scheduler/templates/gallery.html b/src/scheduler/templates/gallery.html index 2b2e33b..0296dc9 100644 --- a/src/scheduler/templates/gallery.html +++ b/src/scheduler/templates/gallery.html @@ -56,6 +56,12 @@ text-align: center; color: #fff; } + + .image-link { + display: block; + text-decoration: none; + color: inherit; + } DeflaxTV Video Gallery @@ -65,7 +71,7 @@ {% for thumbnail in thumbnails %}