kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Status: fix position of reblogElementMobile
rodzic
6f38b19b5b
commit
33e13aa6e2
|
@ -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()}
|
||||
|
|
Ładowanie…
Reference in New Issue