mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 20:19:30 +08:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user