forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-10 21:45:38 -06:00
parent ac97766119
commit 04678d8596
1 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
<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">
<div class="d-flex align-items-end px-3 mt-n6 mb-3">
<img loading="lazy" class="pop-picture avatar-72 rounded img-thumbnail shadow-sm">
<div class="px-3 text-truncate">
<h5 class="pop-username text-truncate text-black"></h5>
<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">
<div class="px-3 truncate">
<h5 class="pop-username truncate ellipsis text-black"></h5>
</div>
</div>
<div class="px-3">
@ -14,7 +14,7 @@
<div class="pop-badges ml-3 mr-3 my-2">
</div>
<div class="border-top d-flex align-items-center p-3 gap-3 smol">
<div class="border-t flex items-center p-3 gap-3 text-sm">
<span>
<strong class="pop-postcount text-black"></strong>
<span class="text-black">posts</span>
@ -30,7 +30,7 @@
&nbsp;&nbsp;&nbsp;&nbsp;
<a target="_blank" class="pop-viewmore ml-auto text-decoration-none">
View
<i class="fas fa-arrow-right fa-sm px-1"></i>
<i class="fas fa-arrow-right fa-sm fa-fw px-1"></i>
</a>
</div>
</div>