forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-23 13:52:30 -06:00
parent cf38b3158a
commit 940ce8faa9
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
</li>
{% endfor %}
</ul>
<button class="absolute top-2 right-3 text-red-400 hover:text-red-700" onclick="document.getElementById('flaggers-{{p.id}}').classList.toggle('hidden')">
<button class="absolute top-1 right-3 text-red-400 hover:text-red-700" onclick="document.getElementById('flaggers-{{p.id}}').classList.toggle('hidden')">
<i class="fas fa-times fa-sm"></i>
</button>
</div>