Emojis, Markdown and better file uploading

This commit is contained in:
2025-06-06 17:32:48 +10:00
parent 7eba84b6ec
commit 82d18ac74d
3 changed files with 241 additions and 17 deletions

View File

@@ -110,7 +110,7 @@
</button>
</div>
<div class="message-input-wrapper">
<input type="text" id="messageInput" placeholder="Send a message..." autofocus>
<textarea style="font-family: sans-serif" id="messageInput" placeholder="Send a message..." autofocus></textarea>
<button class="send-button" onclick="sendMessage()">
<i class="fa-solid fa-paper-plane"></i>
</button>