Fix thread template styling issue

This commit is contained in:
rubenwardy 2022-04-26 22:50:14 +01:00
parent 958020b19b
commit 0241c51f6f

@ -247,8 +247,8 @@
{% endif %}
</div>
{% if t.package %}
<div class="col-md-2 text-muted text-right">
{% if t.package %}
<img
class="img-fluid"
style="max-height: 22px; max-width: 22px;"
@ -257,9 +257,9 @@
<span class="pl-2">
{{ t.package.title }}
</span>
</div>
{% endif %}
</div>
</div>
</a>
{% else %}
<p class="list-group-item"><i>{{ _("No threads found") }}</i></p>