Skip to content

Commit

Permalink
Merge pull request #529 from coralproject/undo-mobile-fix-attempt
Browse files Browse the repository at this point in the history
reset the button css fixes
  • Loading branch information
kgardnr authored Apr 24, 2017
2 parents 78ef98b + 801ce13 commit c74de32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/coral-embed-stream/style/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c74de32

Please sign in to comment.