fix: cleans up download list search bar

This commit is contained in:
2025-06-07 15:31:22 -05:00
parent 8cd004db4a
commit 6858d2d722
2 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
{% set table_body_id = (type == "complete") ? "complete_downloads" : "active_downloads" %}
{% if this.isWidget == false %}
<div class="flex flex-row mb-2">
<div class="flex flex-row mb-2 justify-end">
<twig:DownloadSearch search_path="app_search" placeholder="Find one of your downloads..." />
</div>
{% endif %}