mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-20 01:06:11 +01:00
refactor(askChatGPTBrowser.js): remove unused titleConvo import
style(Message.jsx, style.css): adjust margins and paddings to improve readability
This commit is contained in:
parent
017447b064
commit
e077f2b73d
3 changed files with 10 additions and 10 deletions
|
|
@ -209,9 +209,9 @@ blockquote, dd, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
|
|||
}
|
||||
.prose :where(ol):not(:where([class~=not-prose] *)) {
|
||||
list-style-type:decimal;
|
||||
margin-bottom:0.1em;
|
||||
margin-top:0.1em;
|
||||
padding-left:1.625em
|
||||
margin-bottom: 1.25em;
|
||||
margin-top: 1.25em;
|
||||
padding-left: 1.625em
|
||||
}
|
||||
.prose :where(ol[type=A]):not(:where([class~=not-prose] *)) {
|
||||
list-style-type:upper-alpha
|
||||
|
|
@ -475,8 +475,8 @@ blockquote, dd, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
|
|||
line-height:1.75
|
||||
}
|
||||
.prose :where(p):not(:where([class~=not-prose] *)) {
|
||||
margin-bottom:-1em;
|
||||
margin-top:0.3em
|
||||
margin-bottom: 1.25em;
|
||||
margin-top: 1.25em
|
||||
}
|
||||
.prose :where(video):not(:where([class~=not-prose] *)) {
|
||||
margin-bottom:2em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue