From 6858d2d722f0c42781d103438931d2eb4c84602d Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Sat, 7 Jun 2025 15:31:22 -0500 Subject: [PATCH] fix: cleans up download list search bar --- templates/components/DownloadList.html.twig | 2 +- templates/components/DownloadSearch.html.twig | 20 +++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/templates/components/DownloadList.html.twig b/templates/components/DownloadList.html.twig index 6d66a7e..5064a81 100644 --- a/templates/components/DownloadList.html.twig +++ b/templates/components/DownloadList.html.twig @@ -2,7 +2,7 @@ {% set table_body_id = (type == "complete") ? "complete_downloads" : "active_downloads" %} {% if this.isWidget == false %} -
+
{% endif %} diff --git a/templates/components/DownloadSearch.html.twig b/templates/components/DownloadSearch.html.twig index b667991..191c5a9 100644 --- a/templates/components/DownloadSearch.html.twig +++ b/templates/components/DownloadSearch.html.twig @@ -3,24 +3,24 @@