pl-fe: fix emoji position in reactions modal
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
c609c3757b
commit
40675093f5
1 changed files with 2 additions and 2 deletions
|
@ -199,7 +199,7 @@ const Account = ({
|
|||
<Avatar src={account.avatar} size={avatarSize} alt={account.avatar_description} />
|
||||
{emoji && (
|
||||
<Emoji
|
||||
className='absolute -right-1.5 bottom-0 h-5 w-5'
|
||||
className='!absolute -right-1.5 bottom-0 h-5 w-5'
|
||||
emoji={emoji}
|
||||
src={emojiUrl}
|
||||
/>
|
||||
|
@ -254,7 +254,7 @@ const Account = ({
|
|||
<Avatar src={account.avatar} size={avatarSize} alt={account.avatar_description} />
|
||||
{emoji && (
|
||||
<Emoji
|
||||
className='absolute -right-1.5 bottom-0 h-5 w-5'
|
||||
className='!absolute -right-1.5 bottom-0 h-5 w-5'
|
||||
emoji={emoji}
|
||||
src={emojiUrl}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue