Add a rename menu for chat histories
This commit is contained in:
parent
d6814d7c15
commit
d5330406fa
3 changed files with 42 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue