remotes/1693045480750635534/spooky-22
kek7198 2021-12-06 09:59:17 -06:00
parent d2c8534980
commit bbc128af90
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<ul class="flex items-center text-sm text-gray-500 mb-0">
{% if p.realbody(v) and '/post/' not in request.full_path %}
<li class="mr-5">
<button class="hover:text-gray-400 transform" onclick="expandText('{{p.id}}'); this.classList.toggle('rotate-180')">
<i class="fas fa-chevron-down fa-fw"></i>
<button class="hover:text-gray-400" onclick="expandText('{{p.id}}')">
<i class="fas fa-expand-alt fa-fw text-expand-icon-{{p.id}}"></i>
</button>
</li>
{% endif %}