More spacing fixes, especially for the repost info
This commit is contained in:
@@ -160,7 +160,7 @@ export const Post = observer(function Post({
|
||||
timestamp={item.post.indexedAt}
|
||||
/>
|
||||
{replyHref !== '' && (
|
||||
<View style={[s.flexRow, s.mb5, {alignItems: 'center'}]}>
|
||||
<View style={[s.flexRow, s.mb2, {alignItems: 'center'}]}>
|
||||
<FontAwesomeIcon
|
||||
icon="reply"
|
||||
size={9}
|
||||
|
||||
Reference in New Issue
Block a user