Monorepo for Tangled tangled.org
763
fork

Configure Feed

Select the types of activity you want to include in your feed.

appview/pages: fix oblong images in notification cards

Signed-off-by: oppiliappan <me@oppi.li>

+1 -1
+1 -1
appview/pages/templates/notifications/fragments/item.html
··· 21 21 22 22 {{ define "notificationIcon" }} 23 23 <div class="flex-shrink-0 max-h-full w-16 h-16 relative"> 24 - <img class="object-cover rounded-full p-2" src="{{ fullAvatar .ActorDid }}" /> 24 + <img class="object-cover rounded-full p-2 w-16 h-16" src="{{ fullAvatar .ActorDid }}" /> 25 25 <div class="absolute border-2 border-white dark:border-gray-800 bg-gray-200 dark:bg-gray-700 bottom-1 right-1 rounded-full p-1 flex items-center justify-center z-10"> 26 26 {{ i .Icon "size-3 text-black dark:text-white" }} 27 27 </div>