change bottom bar button order
This commit is contained in:
parent
b40a639499
commit
39cd140243
@ -106,8 +106,8 @@
|
||||
oninput="handleChatInput(event)"
|
||||
></textarea>
|
||||
<label for="chat-input"></label>
|
||||
<button id="emoji-btn" onclick="toggleEmojiPicker()">😀</button>
|
||||
<button id="scroll-btn" onclick="scrollChatToBottom()" style="display: none;">⮟</button>
|
||||
<button id="emoji-btn" onclick="toggleEmojiPicker()">😀</button>
|
||||
<button id="send-btn" onclick="sendChatMessage()" disabled>Send</button>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user