Spacing fixes
This commit is contained in:
parent
c659f0ef9f
commit
6d4431b777
6 changed files with 31 additions and 16 deletions
|
@ -160,7 +160,7 @@ export const Post = observer(function Post({
|
|||
timestamp={item.post.indexedAt}
|
||||
/>
|
||||
{replyHref !== '' && (
|
||||
<View style={[s.flexRow, s.mb2, {alignItems: 'center'}]}>
|
||||
<View style={[s.flexRow, s.mb5, {alignItems: 'center'}]}>
|
||||
<FontAwesomeIcon
|
||||
icon="reply"
|
||||
size={9}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue