diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 83e1804985..6759195ee5 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -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; }