From b5526dc2dd27f8970e050c0f9536991f7937e65c Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Wed, 9 Jul 2025 14:13:27 -0500 Subject: [PATCH] fix: poorly styled table --- tailwind.config.js | 3 ++- templates/components/DownloadListRow.html.twig | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index 9a93414..f6d15ff 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -32,7 +32,8 @@ module.exports = { "truncate", "text-wrap", "rounded-sm", - "rounded-md" + "rounded-md", + "r-tablecell", ], theme: { extend: { diff --git a/templates/components/DownloadListRow.html.twig b/templates/components/DownloadListRow.html.twig index 6ef0406..c5f9075 100644 --- a/templates/components/DownloadListRow.html.twig +++ b/templates/components/DownloadListRow.html.twig @@ -6,7 +6,7 @@ {{ download.title }} - {% if download.mediaType == "tvshows" %} + {% if download.mediaType == "tvshows" and download.episodeId != null %} — (S{{ download.episodeId }}) {% endif %} @@ -25,7 +25,7 @@
-
{{ download.progress }}%
+
{{ download.progress }}%
{% else %}