forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-12 16:24:54 -06:00
parent f8dd213903
commit d2a5e0801a
1 changed files with 7 additions and 2 deletions

View File

@ -1,8 +1,13 @@
<div class="dropdown">
<button class="relative flex items-center px-3 py-2.5 rounded text-sm text-gray-500 hover:text-gray-400 focus:text-gray-200 text-shadow focus:outline-none dropdown-toggle" type="button" id="dropdownProfileMenuButton" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="sr-only">Open user menu</span>
<img class="h-9 w-9 bg-white p-[3px] border border-gray-800" src="{{ v.profile_url }}" alt="Your avatar"/>
<span class="text-sm pl-2">{{ v.username }}</span>
<img class="h-9 w-9 bg-white p-[3px] border border-gray-800" src="{{ v.profile_url }}" alt="Your avatar"/>
<div class="pl-2 text-left">
<span class="text-sm">{{ v.username }}</span>
<div class="flex items-center block mt-1 leading-none text-gray-500">
<span class="text-xs pl-1">{{v.coins}} {{'COINS_NAME' | app_config}}</span>
</div>
</div>
</button>
<ul class="dropdown-menu w-56 bg-gray-900 rounded-md rounded-t-none shadow-lg" aria-labelledby="dropdownProfileMenuButton" x-placement="bottom-start">
<li>