Status: fix position of reblogElementMobile

This commit is contained in:
Alex Gleason 2022-08-21 11:29:53 -04:00
parent 6f38b19b5b
commit 33e13aa6e2
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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()}