Skip to content

Commit be34cbc

Browse files
committed
style: adjust spacings
1 parent ec5f133 commit be34cbc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/extension-polkagate/src/components/AccountIcons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function AccountIcons ({ address, identiconTheme, isSubId, judgements, prefix }:
4646
}, [address]);
4747

4848
return (
49-
<Grid container direction='column' sx={{ ml: '8px', width: '17%' }}>
49+
<Grid container direction='column' sx={{ m: '7px 0px 0px 8px', width: '17%' }}>
5050
<Grid item m='auto' width='fit-content'>
5151
<Identicon
5252
iconTheme={identiconTheme}

packages/extension-polkagate/src/partials/AccountMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function AccountMenu ({ address, isMenuOpen, setShowMenu }: Props): React.ReactE
105105
<Grid bgcolor='divider' container height='100%' width='357px' zIndex={10}>
106106
<Grid alignItems='flex-start' bgcolor='background.default' container display='block' item mt='46px' px='46px' sx={{ borderRadius: '10px 10px 0px 0px', height: 'parent.innerHeight' }} width='100%'>
107107
<Grid container item justifyContent='center' my='8px'>
108-
<Identity address={address} api={api} chain={chain} formatted={formatted} identiconSize={30} showSocial={false} style={{ fontSize: '24px' }} subIdOnly />
108+
<Identity address={address} api={api} chain={chain} formatted={formatted} identiconSize={30} showSocial={false} style={{ fontSize: '22px' }} subIdOnly />
109109
</Grid>
110110
<MenuSeparator />
111111
<MenuItem

packages/extension-polkagate/src/popup/home/AccountDetail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function AccountDetail ({ address, chain, goToAccount, hideNumbers, identity, is
163163
<Grid container direction='column' sx={{ width: '70%' }}>
164164
<Grid container direction='row' item sx={{ lineHeight: '20px' }}>
165165
<Grid item maxWidth='70%' onClick={goToAccount} sx={{ cursor: 'pointer' }}>
166-
<Typography fontSize='18px' fontWeight={400} mt ='5px' overflow='hidden' textOverflow='ellipsis' whiteSpace='nowrap'>
166+
<Typography fontSize='18px' fontWeight={400} mt ='7px' overflow='hidden' textOverflow='ellipsis' whiteSpace='nowrap'>
167167
{identity?.display || name || t('Unknown')}
168168
</Typography>
169169
</Grid>

0 commit comments

Comments
 (0)