mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
Increase the area of the notebook textbox
This commit is contained in:
parent
7cb2b1bfdb
commit
2f45d75309
2 changed files with 7 additions and 3 deletions
|
|
@ -175,7 +175,7 @@ gradio-app > :first-child {
|
|||
}
|
||||
|
||||
.textbox textarea {
|
||||
height: calc(100dvh - 172px);
|
||||
height: calc(100dvh - 145px)
|
||||
}
|
||||
|
||||
.textbox_logits textarea {
|
||||
|
|
@ -307,7 +307,7 @@ audio {
|
|||
}
|
||||
|
||||
#notebook-token-counter {
|
||||
top: calc(100dvh - 171px) !important;
|
||||
top: calc(100dvh - 172px) !important;
|
||||
}
|
||||
|
||||
#default-token-counter span, #notebook-token-counter span {
|
||||
|
|
@ -1666,3 +1666,7 @@ button:focus {
|
|||
height: calc(100vh - 300px) !important;
|
||||
min-height: 90px !important;
|
||||
}
|
||||
|
||||
#textbox-notebook span {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue