[frio] Prevent unwanted textaera resizing in comment forms
This commit is contained in:
parent
3e1e5fc986
commit
25ba78d0d8
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue