remotes/1693045480750635534/spooky-22
kek7198 2021-12-09 10:48:22 -06:00
parent 8345add4cb
commit bd1a519f31
1 changed files with 9 additions and 12 deletions

View File

@ -1,22 +1,19 @@
<div class="hidden xl:block xl:col-start-10 xl:col-end-13 flex-shrink-0 my-4 px-4 py-3 rounded-md bg-gray-300/40 shadow-inner">
<h2 class="ml-2 font-bold text-lg font-heading leading-normal mb-2">About</h2>
<div class="flex flex-col space-y-4 mb-3">
<div class="flex flex-col space-y-4">
{% if u.bio_html %}
<div class="text-black text-break">{{u.bio_html | safe}}</div>
{% else %}
<p class="italic text-gray-500 text-sm">No bio...</p>
{% endif %}
<div>
{% if u.friends_html %}
<p class="text-muted font-weight-bold mt-3">Friends:</p>
{{u.friends_html | safe}}
{% endif %}
{% if u.enemies_html %}
<p class="text-muted font-weight-bold mt-3">Enemies:</p>
{{u.enemies_html | safe}}
{% endif %}
</div>
{% if u.friends_html %}
<p class="text-muted font-weight-bold">Friends:</p>
{{u.friends_html | safe}}
{% endif %}
{% if u.enemies_html %}
<p class="text-muted font-weight-bold">Enemies:</p>
{{u.enemies_html | safe}}
{% endif %}
</div>
<h2 class="ml-2 font-bold text-lg font-heading leading-normal mb-2">Badges</h2>
<ul class="flex-row flex-wrap gap-2">