Merge branch 'feed-suggestions-images' into 'develop'
Add object-cover to avatars in FeedSuggestions See merge request soapbox-pub/soapbox-fe!1648
This commit is contained in:
@ -27,7 +27,7 @@ const SuggestionItem = ({ accountId }: { accountId: string }) => {
|
||||
<Stack space={3}>
|
||||
<img
|
||||
src={account.avatar}
|
||||
className='mx-auto block w-16 h-16 min-w-[56px] rounded-full'
|
||||
className='mx-auto block w-16 h-16 min-w-[56px] rounded-full object-cover'
|
||||
alt={account.acct}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user