mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04: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 {
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user