diff options
author | git-marijus <mario@mariovavti.com> | 2017-08-28 23:42:17 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-08-28 23:42:17 +0200 |
commit | e70bf975084ee44662bc2c1c19d2fe6aa0268dee (patch) | |
tree | 12a8d99f1500c08e0194b05d6d3b9d96e3335c7d /view/css | |
parent | 187f19b1704b8a877b53a3e66c67ec26383a3ee9 (diff) | |
download | volse-hubzilla-e70bf975084ee44662bc2c1c19d2fe6aa0268dee.tar.gz volse-hubzilla-e70bf975084ee44662bc2c1c19d2fe6aa0268dee.tar.bz2 volse-hubzilla-e70bf975084ee44662bc2c1c19d2fe6aa0268dee.zip |
rewrite comment form handling
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index d10e1e14e..dcabb5f3c 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -183,24 +183,19 @@ a.wall-item-name-link { /* comment_item */ -.comment-edit-text-empty, -.comment-edit-text-full { + +.comment-edit-text { padding: 0.5rem; width: 100%; display: inherit; -} - -.comment-edit-text-empty { - height: 2rem; line-height: 1; - overflow: hidden; + height: 2rem; resize: none; } -.comment-edit-text-full { - height: 7rem; +.comment-edit-text.expanded { line-height: 1.25; - overflow: auto; + height: 7rem; resize: vertical; } |