my fix did not work.

This commit is contained in:
Riley Davis
2017-04-24 14:19:01 -06:00
parent 78ef98bc8c
commit 801ce13960
+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 {