Merge pull request #529 from coralproject/undo-mobile-fix-attempt

reset the button css fixes
This commit is contained in:
Kim Gardner
2017-04-24 16:38:39 -04:00
committed by GitHub
+2 -2
View File
@@ -280,13 +280,13 @@ hr {
.commentActionsRight, .replyActionsRight {
display: flex;
justify-content: flex-end;
width: 50%;
width: 30%;
}
.commentActionsLeft, .replyActionsLeft {
display: flex;
justify-content: flex-start;
float: left;
width: 50%;
width: 70%;
}
.comment__action-container .material-icons {