mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-08 18:26:57 +02:00
- 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:
@@ -27,7 +27,7 @@ export function UserPublicProfileHeader(props: UserPublicProfileHeaderProps) {
|
|||||||
: '/images/default-avatar.png'
|
: '/images/default-avatar.png'
|
||||||
}
|
}
|
||||||
alt={name}
|
alt={name}
|
||||||
className="h-32 w-32 rounded-full"
|
className="h-32 w-32 object-cover rounded-full"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
Reference in New Issue
Block a user