add some styles so mobile doesn't zoom the text box

This commit is contained in:
Riley Davis
2017-04-24 10:19:36 -06:00
parent fcf25e0b96
commit c60cfebde7
+4 -3
View File
@@ -194,7 +194,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 {
@@ -278,13 +279,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 {