forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-08 21:31:48 -06:00
parent a6b4162d28
commit 1b7e3876e8
1 changed files with 44 additions and 42 deletions

View File

@ -41,7 +41,7 @@
{% endif %}
<div class="absolute top-0 left-0 w-full h-full bg-gradient-to-t from-gray-300 to-gray-200 rounded-t sub-header-shadow"></div>
<div class="relative col-span-full flex items-end">
<div class="flex items-center mr-auto">
<div class="flex items-center">
<img class="h-14 w-14 bg-white p-[3px] border border-gray-400" src="{{ v.profile_url }}" alt="Your avatar"/>
<div class="pl-2">
<h1 class="font-bold text-2xl leading-normal mb-0" style="color: #{{u.namecolor}}">
@ -65,6 +65,7 @@
</div>
</div>
</div>
<div class="ml-auto flex items-center space-x-4">
{% if u.id == v.id or not u.is_private %}
<ul class="hidden xl:flex items-center space-x-3 mb-0">
<li>
@ -84,7 +85,7 @@
</ul>
{% endif %}
{% if v and v.id != u.id %}
<ul class="ml-auto flex flex-wrap space-x-2 items-center mb-0">
<ul class="flex flex-wrap space-x-2 items-center mb-0">
<li>
<button class="btn btn-gray" onclick="toggleElement('profile-toggleable-mobile', 'message-mobile')">
<i class="fas fa-paper-plane fa-sm fa-fw md:mr-1"></i>
@ -109,6 +110,7 @@
</ul>
{% endif %}
</div>
</div>
<div class="relative col-span-full flex xl:hidden flex-col mt-3">
{% if u.id == v.id or not u.is_private %}
<ul class="flex items-center space-x-3">