Change a height

This commit is contained in:
oobabooga 2023-09-15 19:41:53 -07:00
parent ef04138bc0
commit 760510db52

View file

@ -112,7 +112,7 @@ div.svelte-15lo0d8 > *, div.svelte-15lo0d8 > .form > * {
} }
.textbox_default_output textarea { .textbox_default_output textarea {
height: calc(100dvh - 181px); height: calc(100dvh - 185px);
} }
.textbox textarea { .textbox textarea {
@ -120,7 +120,7 @@ div.svelte-15lo0d8 > *, div.svelte-15lo0d8 > .form > * {
} }
.textbox_logits textarea { .textbox_logits textarea {
height: calc(100dvh - 232px); height: calc(100dvh - 236px);
} }
.textbox_logits_notebook textarea { .textbox_logits_notebook textarea {