master
kek7198 2021-12-04 14:08:55 -06:00
parent aa5619938c
commit 3bde23024f
2 changed files with 4 additions and 4 deletions

View File

@ -389,7 +389,7 @@
<div id="comment-banned-warning" class="comment-text text-red-600 mb-0">Removed by @{{c.ban_reason}}</div>
{% endif %}
<div id="comment-text-{{c.id}}" class="comment-text text-black mb-0 candycane">
<div id="comment-text-{{c.id}}" class="comment-text text-black mb-0 {% if c.post.award_count("candycane") %}candycane{% endif %}">
{{c.realbody(v) | safe}}
{% if c.options %}
{% for o in c.options %}

View File

@ -354,7 +354,7 @@
</a>
{% endif %}
{% endif %}
<div id="post-text" class="text-black candycane">
<div id="post-text" class="text-black {% if p.award_count("candycane") %}candycane{% endif %}">
{% if p.is_image %}
<div class="row no-gutters">
<div class="col">
@ -654,13 +654,13 @@
{% endif %}
{% if p.replies %}
<div class="comment-section px-2.5 md:px-0 {% if p.award_count('upsidedown') %}bg-transparent{% endif %}">
<div class="comment-section px-2.5 md:px-0">
{% with comments=p.replies %}
{% include "comments.html" %}
{% endwith %}
</div>
{% elif not p.replies and p.deleted_utc == 0 %}
<div class="comment-section px-2.5 md:px-0 text-center py-7 {% if p.award_count('upsidedown') %}bg-transparent{% endif %}">
<div class="comment-section px-2.5 md:px-0 text-center py-7">
<span class="fa-stack fa-2x text-muted mb-4">
<i class="fas fa-square text-gray-500 opacity-25 fa-stack-2x"></i>
<i class="fas text-gray-500 fa-ghost fa-stack-1x text-lg"></i>