remotes/1693045480750635534/spooky-22
kek7198 2021-11-28 11:39:24 -06:00
parent aa500662d3
commit af1596a7e2
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@
<img loading="lazy" src="{{ c.author.profile_url }}" class="hidden md:block flex-shrink-0 w-9 h-9 mb-2 p-[3px] bg-white border border-gray-300 object-cover" alt="{{ c.author.username }} avatar"/>
{% endif %}
{% if replies %}
<button onclick="collapse_comment('{{c.id}}')" class="w-0.5 h-full border-l border-gray-600 mb-2"></button>
<button onclick="collapse_comment('{{c.id}}')" class="w-0.5 h-full border-l border-gray-400 mb-2"></button>
{% endif %}
</div>