diff --git a/app/components/post/post.js b/app/components/post/post.js index 2a4cc73b9..6ec9e53e7 100644 --- a/app/components/post/post.js +++ b/app/components/post/post.js @@ -545,6 +545,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => { paddingHorizontal: 4 }, time: { + alignSelf: 'flex-end', color: theme.centerChannelColor, fontSize: 12, marginLeft: 5,