mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-02-04 14:54:26 +01:00
UI: improve the style of links in messages
This commit is contained in:
parent
836a868abc
commit
24a4c98d42
|
|
@ -501,6 +501,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
|
|||
list-style-position: outside;
|
||||
}
|
||||
|
||||
.message-body a {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.chat .message-body ul, .chat .message-body ol {
|
||||
padding-inline-start: 2em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue