mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-20 22:13:43 +00:00
Improved past chats menu (#6158)
This commit is contained in:
parent
96ba53d916
commit
a43c210617
3 changed files with 62 additions and 6 deletions
|
|
@ -534,3 +534,8 @@ document.querySelectorAll(".focus-on-chat-input").forEach(element => {
|
|||
document.querySelector("#chat-input textarea").focus();
|
||||
});
|
||||
});
|
||||
|
||||
//------------------------------------------------
|
||||
// Fix a border around the "past chats" menu
|
||||
//------------------------------------------------
|
||||
document.getElementById("past-chats").parentNode.style.borderRadius = "0px";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue