diff --git a/app/components/post/post.js b/app/components/post/post.js index 052d6a775..7e6211b07 100644 --- a/app/components/post/post.js +++ b/app/components/post/post.js @@ -383,9 +383,18 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => { }, profilePictureContainer: { marginBottom: 5, - marginRight: 10, marginLeft: 12, marginTop: 10, + + // to compensate STATUS_BUFFER in profile_picture component + ...Platform.select({ + android: { + marginRight: 11, + }, + ios: { + marginRight: 10, + }, + }), }, replyBar: { backgroundColor: theme.centerChannelColor,