prepare file picker css
This commit is contained in:
parent
59638a3a04
commit
7ec63a2ece
@ -106,8 +106,8 @@
|
||||
<label for="chat-input"></label>
|
||||
<div class="chat-input-buttons">
|
||||
<button id="scroll-btn" onclick="scrollChatToBottom()" style="display: none;">⮟</button>
|
||||
<input type="file" id="file-input" multiple style="display: none;"/>
|
||||
<button id="file-btn" onclick='console.log("File button clicked")'>📤</button>
|
||||
<!-- <input type="file" id="file-input" multiple style="display: none;"/>-->
|
||||
<button id="file-btn" onclick='openFilePicker()'>📤</button>
|
||||
<button id="emoji-btn" onclick="toggleEmojiPicker()">😀</button>
|
||||
<button id="send-btn" onclick="sendChatMessage()" disabled>Send</button>
|
||||
</div>
|
||||
|
@ -823,6 +823,7 @@ main {
|
||||
}
|
||||
|
||||
|
||||
#file-btn:hover:not(:disabled),
|
||||
#send-btn:hover:not(:disabled),
|
||||
#scroll-btn:hover:not(:disabled),
|
||||
#emoji-btn:hover:not(:disabled) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user