mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-23 00:18:20 +01:00
Adjust some heights
This commit is contained in:
parent
61126f4674
commit
ab5624136a
@ -79,15 +79,15 @@ div.svelte-15lo0d8 > *, div.svelte-15lo0d8 > .form > * {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.textbox_default textarea {
|
.textbox_default textarea {
|
||||||
height: 59vh;
|
height: calc(100vh - 391px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.textbox_default_output textarea {
|
.textbox_default_output textarea {
|
||||||
height: 78vh;
|
height: calc(100vh - 210px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.textbox textarea {
|
.textbox textarea {
|
||||||
height: 72vh;
|
height: calc(100vh - 261px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.textbox_default textarea, .textbox_default_output textarea, .textbox textarea {
|
.textbox_default textarea, .textbox_default_output textarea, .textbox textarea {
|
||||||
|
Loading…
Reference in New Issue
Block a user