Move start to the left.

This commit is contained in:
gaba
2017-06-01 17:21:55 -07:00
parent dcbd0fc167
commit fd1cf8121e
2 changed files with 10 additions and 10 deletions
@@ -308,15 +308,6 @@ class Comment extends React.Component {
commentId={comment.id}
inline
/>
{!disableReply &&
<ActionButton>
<ReplyButton
onClick={() => setActiveReplyBox(comment.id)}
parentCommentId={parentId || comment.id}
currentUserId={currentUser && currentUser.id}
banned={false}
/>
</ActionButton>}
<ActionButton>
<IfUserCanModifyBest user={currentUser}>
<BestButton
@@ -326,6 +317,15 @@ class Comment extends React.Component {
/>
</IfUserCanModifyBest>
</ActionButton>
{!disableReply &&
<ActionButton>
<ReplyButton
onClick={() => setActiveReplyBox(comment.id)}
parentCommentId={parentId || comment.id}
currentUserId={currentUser && currentUser.id}
banned={false}
/>
</ActionButton>}
<Slot
fill="commentActions"
data={this.props.data}
+1 -1
View File
@@ -182,7 +182,7 @@ en:
comment: comment
comment_is_ignored: "This comment is hidden because you ignored this user."
comments: comments
configure_stream: "Configure Stream"
configure_stream: "Configure"
content_not_available: "This content is not available"
edit_name:
button: Submit