diff --git a/app/MnmComments.js b/app/MnmComments.js index 92bffc2..bf0765d 100644 --- a/app/MnmComments.js +++ b/app/MnmComments.js @@ -61,13 +61,13 @@ class MnmComments extends Component { {rowData.user} - - {rowData.votes} - - {rowData.karma} - {rowData.fromNow} + + + {rowData.votes} + + {rowData.karma} + {rowData.fromNow} + #{rowData.order} @@ -136,29 +136,28 @@ var styles = StyleSheet.create({ marginBottom: 10, }, username: { - flex: 5, + flex: 1, + flexDirection: 'row', fontWeight: 'bold', fontSize: 14, color: '#262626', }, - icon: { - bottom: 3, - }, - iconKarma: { - bottom: 3, - marginLeft: 10, + commentData: { + flex: 2, + flexDirection: 'row', + justifyContent: 'flex-end', }, - votes: { + icon: { + width: 20, color: '#95a5a6', }, - karma: { + counter: { color: '#95a5a6', + marginRight: 10, }, date: { - flex: 4, fontSize: 14, fontWeight: '300', - textAlign: 'right', color: '#95a5a6', }, textContainer: {