mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Adjust Default tab heights
This commit is contained in:
parent
985020f038
commit
a3a5ffe651
10
css/main.css
10
css/main.css
@ -108,11 +108,11 @@ div.svelte-15lo0d8 > *, div.svelte-15lo0d8 > .form > * {
|
||||
}
|
||||
|
||||
.textbox_default textarea {
|
||||
height: calc(100dvh - 280px);
|
||||
height: calc(100dvh - 271px);
|
||||
}
|
||||
|
||||
.textbox_default_output textarea {
|
||||
height: calc(100dvh - 190px);
|
||||
height: calc(100dvh - 181px);
|
||||
}
|
||||
|
||||
.textbox textarea {
|
||||
@ -143,11 +143,11 @@ div.svelte-15lo0d8 > *, div.svelte-15lo0d8 > .form > * {
|
||||
|
||||
@media screen and (max-width: 711px) {
|
||||
.textbox_default textarea {
|
||||
height: calc(100dvh - 261px);
|
||||
height: calc(100dvh - 259px);
|
||||
}
|
||||
|
||||
div .default-token-counter {
|
||||
top: calc( 0.5 * (100dvh - 238px) ) !important;
|
||||
top: calc( 0.5 * (100dvh - 236px) ) !important;
|
||||
}
|
||||
|
||||
.transparent-substring {
|
||||
@ -238,7 +238,7 @@ audio {
|
||||
}
|
||||
|
||||
.default-token-counter {
|
||||
top: calc( 0.5 * (100dvh - 257px) ) !important;
|
||||
top: calc( 0.5 * (100dvh - 248px) ) !important;
|
||||
}
|
||||
|
||||
.token-counter span {
|
||||
|
Loading…
Reference in New Issue
Block a user