forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-11-28 12:02:07 -06:00
parent 9a1fce68d0
commit c7b2c2229a
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@
<img loading="lazy" src="{{p.author.profile_url}}" class="w-14 h-14 p-[3px] bg-white border border-gray-300 object-cover mb-2" alt="author avatar"/>
<div class="voting hidden md:block">
<div class="text-center font-bold hidden md:block">
{% if v and request.path.startswith('/@') and not v.admin_level %}
{% if voted==1 %}
<div class="mx-auto arrow-up post-{{p.id}}-up active"></div>