@@ -42,8 +42,8 @@ export function TemplateCardSkeleton({ className }: { className?: string }) {
4242 </ div >
4343
4444 < div className = 'mt-[14px] flex items-center justify-between' >
45- < div className = 'flex items-center gap-[8px ]' >
46- < div className = 'h-[14px ] w-[14px ] animate-pulse rounded-full bg-gray-700' />
45+ < div className = 'flex items-center gap-[6px ]' >
46+ < div className = 'h-[20px ] w-[20px ] animate-pulse rounded-full bg-gray-700' />
4747 < div className = 'h-3 w-20 animate-pulse rounded bg-gray-700' />
4848 </ div >
4949 < div className = 'flex items-center gap-[6px]' >
@@ -269,17 +269,17 @@ function TemplateCardInner({
269269 </ div >
270270
271271 < div className = 'mt-[10px] flex items-center justify-between' >
272- < div className = 'flex items-center gap-[8px ]' >
272+ < div className = 'flex min-w-0 flex-1 items-center gap-[6px ]' >
273273 { authorImageUrl ? (
274- < div className = 'h-[26px ] w-[26px ] flex-shrink-0 overflow-hidden rounded-full' >
274+ < div className = 'h-[20px ] w-[20px ] flex-shrink-0 overflow-hidden rounded-full' >
275275 < img src = { authorImageUrl } alt = { author } className = 'h-full w-full object-cover' />
276276 </ div >
277277 ) : (
278- < div className = 'flex h-[26px ] w-[26px ] flex-shrink-0 items-center justify-center rounded-full bg-[#4A4A4A]' >
279- < User className = 'h-[18px ] w-[18px ] text-[#888888]' />
278+ < div className = 'flex h-[20px ] w-[20px ] flex-shrink-0 items-center justify-center rounded-full bg-[#4A4A4A]' >
279+ < User className = 'h-[12px ] w-[12px ] text-[#888888]' />
280280 </ div >
281281 ) }
282- < div className = 'flex items-center gap-[4px]' >
282+ < div className = 'flex min-w-0 items-center gap-[4px]' >
283283 < span className = 'truncate font-medium text-[#888888] text-[12px]' > { author } </ span >
284284 { isVerified && < VerifiedBadge size = 'sm' /> }
285285 </ div >
0 commit comments