refactor(askChatGPTBrowser.js): remove unused titleConvo import

style(Message.jsx, style.css): adjust margins and paddings to improve readability
This commit is contained in:
Danny Avila 2023-04-06 13:53:19 -04:00
parent 017447b064
commit e077f2b73d
3 changed files with 10 additions and 10 deletions

View file

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