Improve list styles

This commit is contained in:
oobabooga 2023-09-21 14:30:52 -07:00
parent 00ab450c13
commit 9a5ab454b4
2 changed files with 8 additions and 1 deletions

View file

@ -17,8 +17,9 @@
margin-bottom: 1.25em !important;
}
.message-body ul, .message-body ol {
.chat .message-body ul, .chat .message-body ol {
margin-bottom: 1.25em !important;
padding-left: 1.1em !important;
}
.dark .message-body p em {

View file

@ -589,3 +589,9 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
.old-ui #chat-buttons #clear-history-confirm {
order: -1;
}
.chat ol, .chat ul {
padding-left: 40px !important;
list-style-position: outside !important;
margin-top: 6px !important;
}