UI: add a "Search chats" input field

This commit is contained in:
oobabooga 2025-01-02 18:46:40 -08:00
parent b8fc9010fa
commit 4b3e1b3757
4 changed files with 37 additions and 16 deletions

View file

@ -876,6 +876,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
flex-shrink: 1;
}
#search_chat > :nth-child(2) > :first-child {
display: none;
}
/* ----------------------------------------------
Keep dropdown menus above errored components
---------------------------------------------- */
@ -911,7 +915,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
}
#past-chats {
max-height: calc(100dvh - 90px);
max-height: calc(100dvh - 135px);
overflow-y: scroll !important;
border-radius: 0;
scrollbar-width: auto;