Standardize css
This commit is contained in:
parent
a74056f101
commit
32fbdb4530
8 changed files with 28 additions and 35 deletions
|
@ -558,11 +558,5 @@
|
|||
}
|
||||
register_setting();
|
||||
color_selected_room();
|
||||
|
||||
$('#chat-input').on('input', function () {
|
||||
$('#chat-input-container').height('auto');
|
||||
$('#chat-input-container').height((this.scrollHeight) + 'px');
|
||||
});
|
||||
$('#submit-button').on('click', submit_chat);
|
||||
});
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue