mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 22:27:29 +00:00
UI: Make all chat styles better match instruct style
This commit is contained in:
parent
5f1707af35
commit
998b9bfb2a
6 changed files with 29 additions and 36 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue