From 15ae765f52d35a74ef7533f6efef4e8418f1cea8 Mon Sep 17 00:00:00 2001 From: enahum Date: Sun, 9 Apr 2017 22:33:03 -0300 Subject: [PATCH] RN-71 bottom align post timestamp with username (#473) --- app/components/post/post.js | 1 + 1 file changed, 1 insertion(+) 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,