Adjust Default tab heights

This commit is contained in:
oobabooga 2023-09-15 09:10:57 -07:00
parent 985020f038
commit a3a5ffe651

View File

@ -108,11 +108,11 @@ div.svelte-15lo0d8 > *, div.svelte-15lo0d8 > .form > * {
} }
.textbox_default textarea { .textbox_default textarea {
height: calc(100dvh - 280px); height: calc(100dvh - 271px);
} }
.textbox_default_output textarea { .textbox_default_output textarea {
height: calc(100dvh - 190px); height: calc(100dvh - 181px);
} }
.textbox textarea { .textbox textarea {
@ -143,11 +143,11 @@ div.svelte-15lo0d8 > *, div.svelte-15lo0d8 > .form > * {
@media screen and (max-width: 711px) { @media screen and (max-width: 711px) {
.textbox_default textarea { .textbox_default textarea {
height: calc(100dvh - 261px); height: calc(100dvh - 259px);
} }
div .default-token-counter { div .default-token-counter {
top: calc( 0.5 * (100dvh - 238px) ) !important; top: calc( 0.5 * (100dvh - 236px) ) !important;
} }
.transparent-substring { .transparent-substring {
@ -238,7 +238,7 @@ audio {
} }
.default-token-counter { .default-token-counter {
top: calc( 0.5 * (100dvh - 257px) ) !important; top: calc( 0.5 * (100dvh - 248px) ) !important;
} }
.token-counter span { .token-counter span {