forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-08 21:32:55 -06:00
parent 1b7e3876e8
commit f17bb5dad9
1 changed files with 3 additions and 3 deletions

View File

@ -64,10 +64,8 @@
{% endif %} {% endif %}
</div> </div>
</div> </div>
</div>
<div class="ml-auto flex items-center space-x-4">
{% if u.id == v.id or not u.is_private %} {% if u.id == v.id or not u.is_private %}
<ul class="hidden xl:flex items-center space-x-3 mb-0"> <ul class="pl-4 hidden xl:flex items-center space-x-3 mb-0">
<li> <li>
<div class="text-lg font-bold mb-0">{{ u.stored_subscriber_count }}</div> <div class="text-lg font-bold mb-0">{{ u.stored_subscriber_count }}</div>
<small class="block font-bold text-gray-500">Followers</small> <small class="block font-bold text-gray-500">Followers</small>
@ -84,6 +82,8 @@
{% endif %} {% endif %}
</ul> </ul>
{% endif %} {% endif %}
</div>
<div class="ml-auto flex items-center space-x-4">
{% if v and v.id != u.id %} {% if v and v.id != u.id %}
<ul class="flex flex-wrap space-x-2 items-center mb-0"> <ul class="flex flex-wrap space-x-2 items-center mb-0">
<li> <li>