fix: poorly styled table

This commit is contained in:
2025-07-09 14:13:27 -05:00
parent 3959696b66
commit b5526dc2dd
2 changed files with 4 additions and 3 deletions

View File

@@ -32,7 +32,8 @@ module.exports = {
"truncate", "truncate",
"text-wrap", "text-wrap",
"rounded-sm", "rounded-sm",
"rounded-md" "rounded-md",
"r-tablecell",
], ],
theme: { theme: {
extend: { extend: {

View File

@@ -6,7 +6,7 @@
{{ download.title }} {{ download.title }}
</a> </a>
{% if download.mediaType == "tvshows" %} {% if download.mediaType == "tvshows" and download.episodeId != null %}
&mdash; <span class="ml-1">(S{{ download.episodeId }})</span> &mdash; <span class="ml-1">(S{{ download.episodeId }})</span>
{% endif %} {% endif %}
</td> </td>
@@ -25,7 +25,7 @@
<div class="text-black text-center rounded-sm text-bold bg-green-300 h-5 relative z-10" <div class="text-black text-center rounded-sm text-bold bg-green-300 h-5 relative z-10"
style="width:{{ download.progress }}%"> style="width:{{ download.progress }}%">
</div> </div>
<div class="absolute text-black text-center" style="z-index: 400;margin-top: -1.25rem; margin-left: 1.2rem">{{ download.progress }}%</div> <div class="text-black text-center" style="z-index: 400;margin-top: -1.25rem; margin-left: 1.2rem">{{ download.progress }}%</div>
</div> </div>
{% else %} {% else %}
<twig:StatusBadge color="green" status="Complete" /> <twig:StatusBadge color="green" status="Complete" />