forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-10 21:47:54 -06:00
parent 5d6bb05eca
commit 18801a0ac6
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,8 @@
<div style="display:none" id="popover">
<div class="popover-user-profile" role="tooltip">
<img loading="lazy" class="pop-banner w-100 h-64 object-cover">
<img loading="lazy" class="pop-banner w-100 h-32 md:h-64 object-cover">
<div class="flex items-end px-3 -mt-8 mb-3">
<img loading="lazy" class="pop-picture h-38 w-48 rounded-sm p-[3px] bg-white shadow-sm">
<img loading="lazy" class="pop-picture h-24 w-24 rounded-sm p-[3px] bg-white shadow-sm">
<div class="px-3 truncate">
<h5 class="pop-username truncate ellipsis text-black"></h5>
</div>
@ -27,7 +27,6 @@
<strong class="pop-coins text-black"></strong>
<span class="text-black">coins</span>
</span>
&nbsp;&nbsp;&nbsp;&nbsp;
<a target="_blank" class="pop-viewmore ml-auto text-decoration-none">
View
<i class="fas fa-arrow-right fa-sm fa-fw px-1"></i>