Standardize css

This commit is contained in:
cuom1999 2023-09-08 13:14:09 -05:00
parent a74056f101
commit 32fbdb4530
8 changed files with 28 additions and 35 deletions

View file

@ -175,7 +175,7 @@
overflow:hidden;
}
#chat-input-container {
padding-left: 10%;
padding-left: 5%;
}
#chat-area {
padding-bottom: 1.5em;

View file

@ -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>