master
kek7198 2021-12-08 21:33:16 -06:00
parent f17bb5dad9
commit 94f73c8996
1 changed files with 3 additions and 3 deletions

View File

@ -64,8 +64,10 @@
{% 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="pl-4 hidden xl:flex items-center space-x-3 mb-0"> <ul class="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>
@ -82,8 +84,6 @@
{% 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>