Minor CSS fix

This commit is contained in:
oobabooga 2023-08-20 22:09:18 -07:00
parent 2cb07065ec
commit 41b98e07fb

View file

@ -105,7 +105,7 @@ div.svelte-15lo0d8 > *, div.svelte-15lo0d8 > .form > * {
}
.textbox_default textarea {
height: calc(100dvh - 310px);
height: calc(100dvh - 280px);
}
.textbox_default_output textarea {
@ -227,7 +227,7 @@ audio {
}
.default-token-counter {
top: calc( 0.5 * (100dvh - 285px) ) !important;
top: calc( 0.5 * (100dvh - 255px) ) !important;
}
.token-counter span {