diff --git a/templates/components/DownloadListRow.html.twig b/templates/components/DownloadListRow.html.twig
index 694bd75..dab6263 100644
--- a/templates/components/DownloadListRow.html.twig
+++ b/templates/components/DownloadListRow.html.twig
@@ -32,16 +32,20 @@
{% endif %}
- |
+ |
+ {% if download.status == 'In Progress' and download.progress < 100 %}
+
+ {% elseif download.status == 'Paused' %}
+
+ {% endif %}
-
-
- {% set delete_button = component('ux:icon', {name: 'ic:twotone-cancel', width: '17.5px', class: 'rounded-full align-middle text-red-600' }) %}
+ {% set delete_button = component('ux:icon', {name: 'ic:twotone-cancel', height: '17.75px', width: '17.75px', class: 'rounded-full align-middle text-red-600' }) %}
Are you sure you want to delete {{ download.filename }}?
-
|
\ No newline at end of file