From 7e37d597b432a5971e9b6439601cf7883b8c43df Mon Sep 17 00:00:00 2001 From: Carter McBride <18412686+carterworks@users.noreply.github.com> Date: Wed, 17 Jul 2024 16:38:42 -0600 Subject: [PATCH] Fix height of details section --- config/template.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/template.html b/config/template.html index a0f0cdb..58999f2 100644 --- a/config/template.html +++ b/config/template.html @@ -104,10 +104,10 @@
{% for group, feeds in data %} -
+

{{ group }}

{% for feed in feeds %} -
+
{% if feed.hasRecent %}
✳︎