Improve the style of the Character and User tabs

This commit is contained in:
oobabooga 2025-06-16 06:12:37 -07:00
parent 949b7ec9cf
commit f77f1504f5
2 changed files with 15 additions and 3 deletions

View file

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