mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
Move character settings to a new 'Character' main tab
This commit is contained in:
parent
f77f1504f5
commit
c9c3b716fb
4 changed files with 14 additions and 7 deletions
10
css/main.css
10
css/main.css
|
|
@ -1647,13 +1647,17 @@ button:focus {
|
|||
}
|
||||
|
||||
#character-context textarea {
|
||||
height: calc((100vh - 400px) * 2/3) !important;
|
||||
height: calc((100vh - 350px) * 2/3) !important;
|
||||
}
|
||||
|
||||
#character-greeting textarea {
|
||||
height: calc((100vh - 400px) * 1/3) !important;
|
||||
height: calc((100vh - 350px) * 1/3) !important;
|
||||
}
|
||||
|
||||
#user-description textarea {
|
||||
height: calc(100vh - 281px) !important;
|
||||
height: calc(100vh - 231px) !important;
|
||||
}
|
||||
|
||||
#character-tab {
|
||||
border: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue