fix(ui): rectangular avatars getting stretched (#2782)

This commit is contained in:
Samuel Bartík
2022-05-25 18:42:17 +02:00
committed by GitHub
parent 90095bb185
commit db05172d8b
10 changed files with 13 additions and 13 deletions

View File

@@ -575,7 +575,7 @@ const UserList: React.FC = () => {
<Link href={`/users/${user.id}`}>
<a className="h-10 w-10 flex-shrink-0">
<img
className="h-10 w-10 rounded-full"
className="h-10 w-10 rounded-full object-cover"
src={user.avatar}
alt=""
/>