239 Auto-expand message area when typing

This commit is contained in:
adambar 2015-06-16 22:43:40 +02:00
parent 1696898112
commit 07ac0ae9cc
9 changed files with 522 additions and 54 deletions

View file

@ -45,7 +45,7 @@
<input type='file' class='file-input'>
</div>
<input class="send-btn" type='submit' value='' />
<input class='send-message' type='textarea' placeholder="Send a message">
<textarea class='send-message' placeholder="Send a message" rows="1"></textarea>
</form>
</div>
</script>