mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
Add back the "Rename chat" feature (#6161)
This commit is contained in:
parent
53fbd2f245
commit
3691451d00
4 changed files with 97 additions and 18 deletions
|
|
@ -687,6 +687,13 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
margin-top: 6px !important;
|
||||
}
|
||||
|
||||
/* ----------------------------------------------
|
||||
Past chats menus
|
||||
---------------------------------------------- */
|
||||
#rename-row label {
|
||||
margin-top: var(--layout-gap);
|
||||
}
|
||||
|
||||
/* ----------------------------------------------
|
||||
Past chat histories in a side bar on desktop
|
||||
---------------------------------------------- */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue