Set max width on avatars
This commit is contained in:
parent
eb4906cb97
commit
229d270d25
|
@ -31,6 +31,7 @@ export function Avatar(props: {
|
|||
!noLink && 'cursor-pointer',
|
||||
className
|
||||
)}
|
||||
style={{ maxWidth: `${s * 0.25}rem` }}
|
||||
src={avatarUrl}
|
||||
onClick={onClick}
|
||||
alt={username}
|
||||
|
|
Loading…
Reference in New Issue
Block a user