mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-25 17:29:22 +01:00
Minor CSS fix
This commit is contained in:
parent
2cb07065ec
commit
41b98e07fb
@ -105,7 +105,7 @@ div.svelte-15lo0d8 > *, div.svelte-15lo0d8 > .form > * {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.textbox_default textarea {
|
.textbox_default textarea {
|
||||||
height: calc(100dvh - 310px);
|
height: calc(100dvh - 280px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.textbox_default_output textarea {
|
.textbox_default_output textarea {
|
||||||
@ -227,7 +227,7 @@ audio {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.default-token-counter {
|
.default-token-counter {
|
||||||
top: calc( 0.5 * (100dvh - 285px) ) !important;
|
top: calc( 0.5 * (100dvh - 255px) ) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.token-counter span {
|
.token-counter span {
|
||||||
|
Loading…
Reference in New Issue
Block a user