aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-27 13:22:15 +0200
committerMario Vavti <mario@mariovavti.com>2017-03-27 13:22:15 +0200
commitb6b62506c5f4ed5bc354d548702538bda36aff36 (patch)
tree59b6aa1ba7dde06934a1f212c444a5a66baeb9bb /view
parentf66aa336ac7b510ae90938fa7de19a1ebdafa699 (diff)
downloadvolse-hubzilla-b6b62506c5f4ed5bc354d548702538bda36aff36.tar.gz
volse-hubzilla-b6b62506c5f4ed5bc354d548702538bda36aff36.tar.bz2
volse-hubzilla-b6b62506c5f4ed5bc354d548702538bda36aff36.zip
adjust comment box
Diffstat (limited to 'view')
-rw-r--r--view/css/conversation.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css
index 289e389fa..27601b453 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -182,19 +182,20 @@ a.wall-item-name-link {
.comment-edit-text-empty,
.comment-edit-text-full {
padding: 0.5rem;
- line-height: 1.25;
width: 100%;
display: inherit;
}
.comment-edit-text-empty {
- height: 2.25rem;
+ height: 2rem;
+ line-height: 1;
overflow: hidden;
resize: none;
}
.comment-edit-text-full {
height: 7rem;
+ line-height: 1.25;
overflow: auto;
resize: vertical;
}