Add autosize to comments input
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
c5d24a6b07
commit
5ca50d9f31
2 changed files with 5 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
#commentsTabView .newCommentForm .submit {
|
||||
position: absolute;
|
||||
top: 1px;
|
||||
bottom: 1px;
|
||||
right: 8px;
|
||||
width: 30px;
|
||||
margin: 0;
|
||||
|
@ -47,6 +47,10 @@
|
|||
margin-right: 6px;
|
||||
}
|
||||
|
||||
#commentsTabView .newCommentForm textarea {
|
||||
resize: none;
|
||||
}
|
||||
|
||||
#commentsTabView .comment {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue