forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-08 21:28:24 -06:00
parent 89bf877db8
commit 921f81fbae
1 changed files with 18 additions and 0 deletions

View File

@ -110,6 +110,24 @@
{% endif %}
</div>
<div class="relative col-span-full flex xl:hidden flex-col">
{% if u.id == v.id or not u.is_private %}
<ul class="hidden xl:flex items-center justify-around">
<li>
<div class="text-lg font-bold mb-0">{{ u.stored_subscriber_count }}</div>
<small class="block font-bold text-gray-500">Followers</small>
</li>
<li>
<div class="text-lg font-bold mb-0">{{ u.coins }}</div>
<small class="block font-bold text-gray-500">Dramacoin</small>
</li>
{% if u.procoins %}
<li>
<div class="text-lg font-bold mb-0">{{ u.procoins }}</div>
<small class="block font-bold text-gray-500">MarseyBux</small>
</li>
{% endif %}
</ul>
{% endif %}
{% if u.bio_html %}
<div class="mb-3">
<p class="text-black text-break">{{u.bio_html | safe}}</p>