forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-05 20:52:04 -06:00
parent 119d965844
commit c814513474
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
{% if p.realbody(v) and '/post/' not in request.full_path %}
<li>
<button class="hover:text-gray-400" onclick="expandText('{{p.id}}')">
<i class="fas fa-expand-alt fa-fw mr-2 text-expand-icon-{{p.id}}"></i>
<i class="fas fa-expand-alt fa-fw text-expand-icon-{{p.id}}"></i>
</button>
</li>
{% endif %}