Beautify all CSS

This commit is contained in:
oobabooga 2023-05-25 13:12:34 -03:00
parent 231305d0f5
commit 35009c32f0
9 changed files with 99 additions and 86 deletions

View file

@ -19,35 +19,36 @@
}
.text-you {
background-color: #d9fdd3;
border-radius: 15px;
padding: 10px;
padding-top: 5px;
float: right;
background-color: #d9fdd3;
border-radius: 15px;
padding: 10px;
padding-top: 5px;
float: right;
}
.text-bot {
background-color: #f2f2f2;
border-radius: 15px;
padding: 10px;
padding-top: 5px;
background-color: #f2f2f2;
border-radius: 15px;
padding: 10px;
padding-top: 5px;
}
.dark .text-you {
background-color: #005c4b;
color: #111b21;
background-color: #005c4b;
color: #111b21;
}
.dark .text-bot {
background-color: #1f2937;
color: #111b21;
background-color: #1f2937;
color: #111b21;
}
.text-bot p, .text-you p {
margin-top: 5px;
margin-top: 5px;
}
.message-body {}
.message-body {
}
.message-body img {
max-width: 300px;
@ -73,6 +74,7 @@
.message-body code {
overflow-x: auto;
}
.message-body :not(pre) > code {
white-space: normal !important;
}