Improve code/ul styles in chat mode
This commit is contained in:
parent
e8588d7077
commit
687fd2604a
1 changed files with 6 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue