Skip to content

Commit

Permalink
Improve list styles
Browse files Browse the repository at this point in the history
  • Loading branch information
oobabooga committed Sep 21, 2023
1 parent 00ab450 commit 9a5ab45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/html_instruct_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
6 changes: 6 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 9a5ab45

Please sign in to comment.