fix: poorly styled table
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
{{ download.title }}
|
{{ download.title }}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
{% if download.mediaType == "tvshows" %}
|
{% if download.mediaType == "tvshows" and download.episodeId != null %}
|
||||||
— <span class="ml-1">(S{{ download.episodeId }})</span>
|
— <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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user