mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 18:38:50 +00:00
Fixed Layout without own Avatar
This commit is contained in:
parent
c5de82df41
commit
095cbef98a
3 changed files with 62 additions and 13 deletions
|
@ -23,7 +23,7 @@ export default function UserAvatar({ username, size = 40 }: UserAvatarProps) {
|
|||
}, [username]);
|
||||
|
||||
return (
|
||||
<Box sx={{ display: "flex", alignItems: "center", gap: 1 }}>
|
||||
<Box sx={{ display: "flex", alignItems: "center", gap: 1, maxWidth: "600px"}}>
|
||||
<Avatar
|
||||
src={pb}
|
||||
sx={{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue