Set max width on avatars

This commit is contained in:
Ian Philips 2022-07-18 08:34:20 -06:00
parent eb4906cb97
commit 229d270d25

View File

@ -31,6 +31,7 @@ export function Avatar(props: {
!noLink && 'cursor-pointer',
className
)}
style={{ maxWidth: `${s * 0.25}rem` }}
src={avatarUrl}
onClick={onClick}
alt={username}