Monorepo for Tangled tangled.org

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

merged opened by eti.tf targeting master from eti.tf/core: eti/timeline-profile-picture
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:xu5apv6kmu5jp7g5hwdnej42/sh.tangled.repo.pull/3mih26byddm22
+2 -2
Diff #0
+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 }}

History

1 round 0 comments
sign up or login to add to the discussion
eti.tf submitted #0
1 commit
expand
appview/followCard: force profile pictures to fit a 1:1 ratio
expand 0 comments
pull request successfully merged