diff --git a/app/components/post/post.js b/app/components/post/post.js index a1597e649..38f3fced1 100644 --- a/app/components/post/post.js +++ b/app/components/post/post.js @@ -601,9 +601,11 @@ class Post extends PureComponent { {displayName} - - - + + + + + {this.renderCommentedOnMessage(style)} @@ -624,9 +626,11 @@ class Post extends PureComponent { {displayName} - - - + + + + + {(commentCount > 0 && renderReplies) && { paddingHorizontal: 4 }, time: { - alignSelf: 'flex-end', color: theme.centerChannelColor, fontSize: 12, marginLeft: 5, opacity: 0.5 }, + timeContainer: { + justifyContent: 'center' + }, commentedOn: { color: changeOpacity(theme.centerChannelColor, 0.65), lineHeight: 21