Status: fix position of reblogElementMobile

environments/review-embedded-s-jkh70t/deployments/803
Alex Gleason 2022-08-21 11:29:53 -04:00
rodzic 6f38b19b5b
commit 33e13aa6e2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -235,7 +235,7 @@ const Status: React.FC<IStatus> = (props) => {
); );
reblogElementMobile = ( reblogElementMobile = (
<div className='pb-5 -mt-2 sm:hidden truncate'> <div className='sm:hidden truncate'>
<NavLink <NavLink
to={`/@${status.getIn(['account', 'acct'])}`} to={`/@${status.getIn(['account', 'acct'])}`}
onClick={(event) => event.stopPropagation()} onClick={(event) => event.stopPropagation()}