feat: Add a dropdown to save/load user personas (#7367)

This commit is contained in:
q5sys (JT) 2026-01-14 18:35:08 -05:00 committed by GitHub
parent 21b979c02a
commit 7493fe7841
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 228 additions and 2 deletions

View file

@ -1645,7 +1645,7 @@ button:focus {
}
#user-description textarea {
height: calc(100vh - 231px) !important;
height: calc(100vh - 334px) !important;
min-height: 90px !important;
}