add right margin to chud icon

pull/216/head
Aevann 2023-10-27 13:43:07 +03:00
parent 9ca14dae64
commit 8d980b0292
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@
{% endif %}
{% if c.chuddedfor and not (c.parent_post and c.post.hole == 'chudrama') %}
<i class="fas fa-face-sleeping text-danger" data-bs-toggle="tooltip" data-bs-placement="bottom" title="User was chudded for this comment {{c.chuddedfor}}"></i>
<i class="fas fa-face-sleeping text-danger mr-1" data-bs-toggle="tooltip" data-bs-placement="bottom" title="User was chudded for this comment {{c.chuddedfor}}"></i>
{% endif %}
{% if c.active_reports(v) %}<button type="button" class="btn btn-primary mr-1 ml-2" style="padding:1px 5px; font-size:10px" data-toggleelement="#reports-{{c.id}}" data-toggleattr="d-none">{{c.active_reports(v)}} Report{{macros.plural(c.active_reports(v))}}</button>{% endif %}

View File

@ -26,7 +26,7 @@
{% endif %}
{% if p.chuddedfor and p.hole != 'chudrama' %}
<i class="fas fa-face-sleeping text-danger" data-bs-toggle="tooltip" data-bs-placement="bottom" title="User was chudded for this post {{p.chuddedfor}}"></i>
<i class="fas fa-face-sleeping text-danger mr-1" data-bs-toggle="tooltip" data-bs-placement="bottom" title="User was chudded for this post {{p.chuddedfor}}"></i>
{% endif %}
{% for a in p.awards %}