remotes/1693045480750635534/spooky-22
kek7198 2021-12-04 06:50:49 -06:00
parent e8f9d61a13
commit d873a1406f
1 changed files with 3 additions and 3 deletions

View File

@ -3,13 +3,13 @@
<div id="user-{{u.id}}" class="shadow-sm rounded bg-gray-200 border border-gray-300 h-full"> <div id="user-{{u.id}}" class="shadow-sm rounded bg-gray-200 border border-gray-300 h-full">
<div class="relative"> <div class="relative">
<img loading="lazy" src="{{u.banner_url}}" class="object-cover" alt="@{{u.username}} user banner" height=175> <img loading="lazy" src="{{u.banner_url}}" class="object-cover" alt="@{{u.username}} user banner" height=175>
<div class="absolute bottom-3 left-0"> <div class="absolute bottom-3 left-3">
<img loading="lazy" src="{{u.profile_url}}" class="h-9 w-9 bg-white p-[3px] border border-gray-300"> <img loading="lazy" src="{{u.profile_url}}" class="h-12 w-12 bg-white p-[3px] border border-gray-300">
</div> </div>
</div> </div>
<div class="break-word"> <div class="break-word">
<div class="flex flex-wrap justify-between items-center mb-3"> <div class="flex flex-wrap justify-between items-center p-3">
<a class="card-title text-break h5 mb-0" href="{{u.url}}">@{{u.username}}</a> <a class="card-title text-break h5 mb-0" href="{{u.url}}">@{{u.username}}</a>