UI: Make all chat styles better match instruct style

This commit is contained in:
oobabooga 2026-03-13 21:05:31 -07:00
parent 5f1707af35
commit 998b9bfb2a
6 changed files with 29 additions and 36 deletions

View file

@ -78,14 +78,8 @@
border-radius: 12px;
}
.message-body p {
.message-body p, .message-body li {
font-size: 15px !important;
line-height: 1.4 !important;
font-weight: 400;
}
.message-body p:first-child {
margin-top: 0 !important;
}
.dark .message-body p em {
@ -101,6 +95,3 @@
margin-top: 8px;
}
.message-body p, .chat .message-body ul, .chat .message-body ol {
margin-bottom: 10px !important;
}