[frio] Prevent unwanted textaera resizing in comment forms

This commit is contained in:
Hypolite Petovan 2019-02-15 09:15:39 -05:00
parent 3e1e5fc986
commit 25ba78d0d8
1 changed files with 7 additions and 0 deletions

View File

@ -2044,11 +2044,18 @@ code > .hl-main {
.comment-fake-form {
border-color: #d9d9d9;
}
.comment-fake-form textarea {
resize: none;
}
.comment-container .wall-item-comment-wrapper {
margin-top: 0.5em;
}
.comment-edit-form textarea {
resize: vertical;
}
.comment-edit-submit-wrapper {
text-align: right;
}