A vibe coded tangled fork which supports pijul.

appview/followCard: force profile pictures to fit a 1:1 ratio

Signed-off-by: eti <eti@eti.tf>

authored by

eti and committed by tangled.org b5bd24dd 8d4ecbb9

+2 -2
+2 -2
appview/pages/templates/user/fragments/followCard.html
··· 3 3 <div class="flex flex-col divide-y divide-gray-200 dark:divide-gray-700 rounded-sm"> 4 4 <div class="py-4 px-6 drop-shadow-sm rounded bg-white dark:bg-gray-800 flex items-center gap-4"> 5 5 <div class="flex-shrink-0 max-h-full w-24 h-24"> 6 - <img class="object-cover rounded-full p-2" src="{{ fullAvatar $userIdent }}" alt="{{ $userIdent }}" /> 6 + <img class="object-cover rounded-full p-2 w-24 h-24" src="{{ fullAvatar $userIdent }}" alt="{{ $userIdent }}" /> 7 7 </div> 8 8 9 9 <div class="flex flex-col md:flex-row md:items-center md:justify-between gap-2 w-full min-w-0"> ··· 31 31 </div> 32 32 </div> 33 33 </div> 34 - {{ end }} 34 + {{ end }}