mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-04-05 07:52:28 +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:
parent
760046a4e3
commit
62b3a2eed5
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user