mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 06:35:15 +00:00
Improve the style of the Character and User tabs
This commit is contained in:
parent
949b7ec9cf
commit
f77f1504f5
2 changed files with 15 additions and 3 deletions
12
css/main.css
12
css/main.css
|
|
@ -1645,3 +1645,15 @@ button:focus {
|
|||
justify-content: center;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#character-context textarea {
|
||||
height: calc((100vh - 400px) * 2/3) !important;
|
||||
}
|
||||
|
||||
#character-greeting textarea {
|
||||
height: calc((100vh - 400px) * 1/3) !important;
|
||||
}
|
||||
|
||||
#user-description textarea {
|
||||
height: calc(100vh - 281px) !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue