@@ -277,7 +277,7 @@ const Account: NextPageWithLayout = () => { alignItems='flex-start' spacing={2} sx={{ - width: desktop ? '90%' : '100%', + width: desktop ? (scope === 'referral' ? '97%' : '90%') : '100%', height: '100%', }} > @@ -55,8 +55,16 @@ export const Referral = ({ device }: IProps) => { }, [data?.access]) return ( - - + + { maxWidth: '350px', width: '100%', color: '#8280FF', + position: 'relative', }} gap={2} justifyContent={'space-between'} direction={'row'} alignItems={'center'} > - {device === 'mobile' ? url.slice(0, 35) + '...' : url.slice(0, 40) + '...'} + + {device === 'mobile' ? url.slice(0, 35) + '...' : url.slice(0, 40) + '...'} + {''} { width: '20px', height: '20px', cursor: 'pointer', + position: 'absolute', + right: '10px', }} width={100} height={100} @@ -242,7 +263,7 @@ export const Referral = ({ device }: IProps) => { { color: '#A4AAB5', fontWeight: '600', letterSpacing: '0.3px', - marginBottom: '15px', + marginBottom: '16px', }} > МОИ РЕФЕРАЛЫ