Merge branch 'fix-react-icons' into 'develop'
Fix Emoji Icon Positioning Closes #1363 See merge request soapbox-pub/soapbox!2297
This commit is contained in:
commit
10c24f01d9
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ const Account = ({
|
|||
<Avatar src={account.avatar} size={avatarSize} />
|
||||
{emoji && (
|
||||
<Emoji
|
||||
className='absolute -bottom-1.5 -right-1.5 h-5 w-5'
|
||||
className='absolute bottom-0 -right-1.5 h-5 w-5'
|
||||
emoji={emoji}
|
||||
/>
|
||||
)}
|
||||
|
|
Loading…
Reference in a new issue