1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-08 17:06:42 +00:00

resizable chat box

This commit is contained in:
Laura
2025-08-23 17:15:03 +02:00
parent 77c9e0baa4
commit 31cf76e431
5 changed files with 75 additions and 4 deletions

View File

@@ -29,6 +29,8 @@
<div id="chat">
<button id="bottom" class="hidden" title="Scroll to bottom"></button>
<div id="resize-bar"></div>
<div id="attachments" class="files"></div>
<textarea id="message" placeholder="Type something..." autocomplete="off"></textarea>