Add a rename menu for chat histories

This commit is contained in:
oobabooga 2023-09-21 18:53:03 -07:00
parent d6814d7c15
commit d5330406fa
3 changed files with 42 additions and 1 deletions

View file

@ -595,3 +595,11 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
list-style-position: outside !important;
margin-top: 6px !important;
}
#past-chats-row {
margin-bottom: calc( -1 * var(--layout-gap) );
}
#rename-row label {
margin-top: var(--layout-gap);
}