Improve code/ul styles in chat mode

This commit is contained in:
oobabooga 2023-06-18 15:48:16 -03:00
parent e8588d7077
commit 687fd2604a

View File

@ -77,12 +77,17 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
font-size: 15px !important; font-size: 15px !important;
} }
.message-body ul {
list-style-type: disc !important;
}
.message-body pre { .message-body pre {
margin-bottom: 1.25em !important; margin-bottom: 1.25em !important;
} }
.message-body code { .message-body code {
overflow-x: auto; white-space: pre-wrap !important;
word-wrap: break-word !important;
} }
.message-body :not(pre) > code { .message-body :not(pre) > code {