1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-04-05 07:52:28 +02:00

Fix avatar scaling issue in wide card and profile activity page (#6503) (#6778)

- Adjusted CSS to correct the compression of the profile avatar in the wide card and profile activity page.
- Ensured the avatar scales properly, aligning with the expected behavior seen in the standard profile picture view.
- Tested on Chrome (Brave browser) to confirm the fix.
This commit is contained in:
Afzal Imdad 2024-08-27 13:20:29 +05:00 committed by GitHub
parent 760046a4e3
commit 62b3a2eed5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ export function UserPublicProfileHeader(props: UserPublicProfileHeaderProps) {
: '/images/default-avatar.png'
}
alt={name}
className="h-32 w-32 rounded-full"
className="h-32 w-32 object-cover rounded-full"
/>
<div>