master
kek7198 2022-01-02 17:52:25 -06:00
parent 1136b74166
commit 4939a425ad
1 changed files with 8 additions and 8 deletions

View File

@ -1,8 +1,8 @@
<div style="display:none" id="popover" class="w-96">
<div class="popover-user-profile dark:bg-gray-700 text-black dark:text-gray-100" role="tooltip">
<img loading="lazy" class="pop-banner w-100 h-32 object-cover">
<div class="flex items-end px-3 -mt-12 mb-3">
<img loading="lazy" class="pop-picture h-20 w-20 rounded-sm p-[3px] bg-white dark:bg-gray-900 shadow-sm">
<div class="popover-user-profile dark:bg-gray-900 shadow-lg" role="tooltip">
<img loading="lazy" class="pop-banner w-full h-24 object-cover">
<div class="flex items-end px-3 -mt-10 mb-3">
<img loading="lazy" class="pop-picture h-16 w-16 rounded-sm p-[3px] bg-white dark:bg-gray-900 shadow-sm">
<div class="px-3 truncate">
<h5 class="pop-username truncate ellipsis"></h5>
</div>
@ -11,19 +11,19 @@
<span class="pop-bio popover-bio"></span>
</div>
<div class="pop-badges ml-3 mr-3 my-2">
<div class="pop-badges p-2.5">
</div>
<div class="border-t border-gray-300 dark:border-gray-800 flex items-center p-3 gap-3 text-sm">
<div class="border-t border-gray-300 dark:border-gray-800 flex items-center p-2.5 gap-2 text-sm">
<span>
<strong class="pop-postcount"></strong>
<span class="text-gray-500">posts</span>
</span>
<span class="ml-3">
<span>
<strong class="pop-commentcount"></strong>
<span class="text-gray-500">comments</span>
</span>
<span class="ml-3">
<span>
<strong class="pop-coins"></strong>
<span class="text-gray-500">coins</span>
</span>