diff --git a/src/components/@molecules/ProfileEditor/Avatar/AvatarNFT.tsx b/src/components/@molecules/ProfileEditor/Avatar/AvatarNFT.tsx index 94ff53e13..ab062e502 100644 --- a/src/components/@molecules/ProfileEditor/Avatar/AvatarNFT.tsx +++ b/src/components/@molecules/ProfileEditor/Avatar/AvatarNFT.tsx @@ -235,12 +235,12 @@ const SelectedNFTImage = styled.img( const FilterContainer = styled.div( ({ theme }) => css` width: 100%; - display: grid; - grid-template-columns: 100px 1fr; + display: flex; align-items: center; gap: ${theme.space['4']}; & > button { + flex-basis: 100px; margin-bottom: -${theme.space['4']}; ${mq.sm.min(css` margin-bottom: -${theme.space['6']}; @@ -430,13 +430,15 @@ export const AvatarNFT = ({ innerContent = ( <> - + {address !== ethAddress && ( + + )} } hideLabel