mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Change a height
This commit is contained in:
parent
ef04138bc0
commit
760510db52
@ -112,7 +112,7 @@ div.svelte-15lo0d8 > *, div.svelte-15lo0d8 > .form > * {
|
||||
}
|
||||
|
||||
.textbox_default_output textarea {
|
||||
height: calc(100dvh - 181px);
|
||||
height: calc(100dvh - 185px);
|
||||
}
|
||||
|
||||
.textbox textarea {
|
||||
@ -120,7 +120,7 @@ div.svelte-15lo0d8 > *, div.svelte-15lo0d8 > .form > * {
|
||||
}
|
||||
|
||||
.textbox_logits textarea {
|
||||
height: calc(100dvh - 232px);
|
||||
height: calc(100dvh - 236px);
|
||||
}
|
||||
|
||||
.textbox_logits_notebook textarea {
|
||||
|
Loading…
Reference in New Issue
Block a user