mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
UI: add a "Search chats" input field
This commit is contained in:
parent
b8fc9010fa
commit
4b3e1b3757
4 changed files with 37 additions and 16 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue