Status: fix position of reblogElementMobile
This commit is contained in:
parent
6f38b19b5b
commit
33e13aa6e2
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ const Status: React.FC<IStatus> = (props) => {
|
|||
);
|
||||
|
||||
reblogElementMobile = (
|
||||
<div className='pb-5 -mt-2 sm:hidden truncate'>
|
||||
<div className='sm:hidden truncate'>
|
||||
<NavLink
|
||||
to={`/@${status.getIn(['account', 'acct'])}`}
|
||||
onClick={(event) => event.stopPropagation()}
|
||||
|
|
Loading…
Reference in a new issue