mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Improve list styles
This commit is contained in:
parent
00ab450c13
commit
9a5ab454b4
@ -17,8 +17,9 @@
|
|||||||
margin-bottom: 1.25em !important;
|
margin-bottom: 1.25em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-body ul, .message-body ol {
|
.chat .message-body ul, .chat .message-body ol {
|
||||||
margin-bottom: 1.25em !important;
|
margin-bottom: 1.25em !important;
|
||||||
|
padding-left: 1.1em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark .message-body p em {
|
.dark .message-body p em {
|
||||||
|
@ -589,3 +589,9 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||||||
.old-ui #chat-buttons #clear-history-confirm {
|
.old-ui #chat-buttons #clear-history-confirm {
|
||||||
order: -1;
|
order: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chat ol, .chat ul {
|
||||||
|
padding-left: 40px !important;
|
||||||
|
list-style-position: outside !important;
|
||||||
|
margin-top: 6px !important;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user