mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-03 14:37:05 +03:00
parent
a2cd566dd2
commit
2ea1dd8dac
@ -41,7 +41,7 @@ export function Profile(props: any) {
|
|||||||
|
|
||||||
const image = (!hideAvatars && contact?.avatar)
|
const image = (!hideAvatars && contact?.avatar)
|
||||||
? <BaseImage src={contact.avatar} width='100%' height='100%' style={{ objectFit: 'cover' }} />
|
? <BaseImage src={contact.avatar} width='100%' height='100%' style={{ objectFit: 'cover' }} />
|
||||||
: <Sigil ship={ship} size={96} color={hexColor} />;
|
: <Sigil padding={24} ship={ship} size={128} color={hexColor} />;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Center
|
<Center
|
||||||
@ -64,7 +64,7 @@ export function Profile(props: any) {
|
|||||||
width="100%"
|
width="100%"
|
||||||
>
|
>
|
||||||
<Center width="100%" marginTop="-48px">
|
<Center width="100%" marginTop="-48px">
|
||||||
<Box height='96px' width='96px' borderRadius="2" overflow="hidden">
|
<Box height='128px' width='128px' borderRadius="2" overflow="hidden">
|
||||||
{image}
|
{image}
|
||||||
</Box>
|
</Box>
|
||||||
</Center>
|
</Center>
|
||||||
|
Loading…
Reference in New Issue
Block a user