Browse Source

fix: center account avatar image

codex/upgrade-react-doctor
afc163 3 months ago
parent
commit
c7017509f9
  1. 7
      src/pages/account/center/Center.style.ts

7
src/pages/account/center/Center.style.ts

@ -5,7 +5,12 @@ const useStyles = createStyles(({ token }) => {
avatarHolder: {
marginBottom: '24px',
textAlign: 'center',
'& > img': { width: '104px', height: '104px', marginBottom: '20px' },
'& > img': {
display: 'block',
width: '104px',
height: '104px',
margin: '0 auto 20px',
},
},
name: {
marginBottom: '4px',

Loading…
Cancel
Save