forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-08 21:24:24 -06:00
parent f2e03bb09e
commit 41b4ab7f0f
1 changed files with 0 additions and 18 deletions

View File

@ -94,24 +94,6 @@
{% 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="mt-1 block font-bold text-gray-500">Followers</small>
</li>
<li>
<div class="text-lg font-bold mb-0">{{ u.coins }}</div>
<small class="mt-1 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="mt-1 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>