mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-06 07:03:37 +00:00
CSS simplifications
This commit is contained in:
parent
86cb5e0587
commit
c6c1b725e9
6 changed files with 6 additions and 110 deletions
|
|
@ -31,7 +31,7 @@
|
|||
font-size: 14px;
|
||||
}
|
||||
|
||||
/* Standard spacing */
|
||||
/* Standard spacing from instruct style */
|
||||
.readable-container :is(p, ul, ol) {
|
||||
margin: 1.25em 0 !important;
|
||||
}
|
||||
|
|
@ -43,13 +43,3 @@
|
|||
.readable-container :is(p, ul, ol):last-child {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.readable-container ul, .readable-container ol {
|
||||
padding-inline-start: 2em;
|
||||
}
|
||||
|
||||
.readable-container li {
|
||||
list-style-position: outside;
|
||||
margin-top: 0.5em !important;
|
||||
margin-bottom: 0.5em !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue