Move character settings to a new 'Character' main tab

This commit is contained in:
oobabooga 2025-06-16 07:21:25 -07:00
parent f77f1504f5
commit c9c3b716fb
4 changed files with 14 additions and 7 deletions

View file

@ -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;
}