remotes/1693045480750635534/spooky-22
kek7198 2021-11-28 11:37:55 -06:00
parent 8154a936d9
commit 27d057c9ab
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 %}
<div class="w-0.5 h-full border-l border-gray-700 mb-2"></div>
<button onclick="collapse_comment('{{c.id}}')" class="w-0.5 h-full border-l border-gray-600 mb-2"></button>
{% endif %}
</div>