diff options
Diffstat (limited to 'src/view/com/post/Post.tsx')
-rw-r--r-- | src/view/com/post/Post.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/view/com/post/Post.tsx b/src/view/com/post/Post.tsx index 90d89ea7b..08e560bda 100644 --- a/src/view/com/post/Post.tsx +++ b/src/view/com/post/Post.tsx @@ -215,13 +215,15 @@ export const Post = observer(function Post({ const styles = StyleSheet.create({ outer: { padding: 10, + paddingRight: 15, borderTopWidth: 1, }, layout: { flexDirection: 'row', }, layoutAvi: { - width: 60, + width: 70, + paddingLeft: 8, }, layoutContent: { flex: 1, |