UI: Multiple small style improvements (light/dark themes)

This commit is contained in:
oobabooga 2025-05-06 14:02:01 -07:00
parent c4f36db0d8
commit e4fb2475d2
2 changed files with 12 additions and 12 deletions

View file

@ -66,7 +66,7 @@
.chat .user-message .text,
.chat .assistant-message .text {
max-width: 645px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}