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

@ -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;
}