Merge pull request #524 from coralproject/comment-box-mobilify

add some styles so mobile doesn't zoom the text box
This commit is contained in:
Kim Gardner
2017-04-24 13:48:45 -04:00
committed by GitHub
+4 -3
View File
@@ -195,7 +195,8 @@ hr {
padding: 5px;
min-height: 100px;
margin-top: 10px;
font-size: 14px;
font-size: 16px;
border: 1px solid #ccc;
}
.coral-plugin-commentbox-button-container {
@@ -279,13 +280,13 @@ hr {
.commentActionsRight, .replyActionsRight {
display: flex;
justify-content: flex-end;
width: 30%;
width: 50%;
}
.commentActionsLeft, .replyActionsLeft {
display: flex;
justify-content: flex-start;
float: left;
width: 70%;
width: 50%;
}
.comment__action-container .material-icons {