forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2022-01-02 20:15:38 -06:00
parent b904fa3ba1
commit ce688f5441
1 changed files with 13 additions and 2 deletions

View File

@ -1,9 +1,9 @@
<div style="display:none" id="popover">
<div class="popover-user-profile dark:bg-gray-900" role="tooltip">
<div class="relative popover-user-profile dark:bg-gray-900" role="tooltip">
<img loading="lazy" class="pop-banner w-full h-24 object-cover">
<div class="flex items-end px-4 -mt-10">
<img loading="lazy" class="pop-picture h-24 w-24 rounded-sm p-[3px] bg-white dark:bg-gray-900 shadow-sm">
<div class="px-4 truncate">
<div class="pl-3 truncate mb-1">
<h5 class="pop-username truncate ellipsis"></h5>
<div class="text-sm text-gray-500 flex items-center leading-4">
<span>
@ -38,5 +38,16 @@
<i class="fas fa-arrow-right fa-sm fa-fw px-1"></i>
</a>
</div>
<!-- Actionable buttons -->
<div class="flex items-center space-x-2 absolute top-2 right-3">
<button class="btn btn-gray">
<i class="fas fa-gift fa-fw fa-sm"></i>
</button>
<button class="btn btn-gray">
<i class="fas fa-paper-plane fa-fw fa-sm mr-2"></i>
Message
</button>
</div>
</div>
</div>