From 2222a4cd7b388d6d7046a0ffc80817d634d05818 Mon Sep 17 00:00:00 2001 From: metalune Date: Sat, 26 Mar 2022 15:48:52 +0100 Subject: [PATCH] Fix weird padding on index.html at the bottom --- templates/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index ad9432a..bf45cf7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -25,6 +25,8 @@ +
+ {% if videos|length > 0 %}
@@ -53,7 +55,8 @@ {% endfor %} - {% endif %} + + {% endif %}