Change a height
This commit is contained in:
parent
ef04138bc0
commit
760510db52
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue