mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 14:45:28 +00:00
Autosave generated text in the Notebook tab (#7079)
This commit is contained in:
parent
d0befe0729
commit
faae4dc1b0
9 changed files with 325 additions and 52 deletions
|
|
@ -167,11 +167,11 @@ gradio-app > :first-child {
|
|||
}
|
||||
|
||||
.textbox_default textarea {
|
||||
height: calc(100dvh - 201px);
|
||||
height: calc(100dvh - 202px);
|
||||
}
|
||||
|
||||
.textbox_default_output textarea {
|
||||
height: calc(100dvh - 117px);
|
||||
height: calc(100dvh - 118px);
|
||||
}
|
||||
|
||||
.textbox textarea {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue