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

@ -42,18 +42,20 @@
height: 100%;
object-fit: cover;
}
.circle-you {
margin-top: 5px;
margin-top: 5px;
float: right;
}
.circle-bot + .text, .circle-you + .text {
border-radius: 18px;
padding: 8px 12px;
}
.circle-bot + .text {
background-color: #E4E6EB;
float: left;
background-color: #E4E6EB;
float: left;
}
.circle-you + .text {
@ -63,10 +65,11 @@
}
.circle-you + .text div, .circle-you + .text *, .dark .circle-you + .text div, .dark .circle-you + .text * {
color: #FFF !important;
color: #FFF !important;
}
.circle-you + .text .username {
text-align: right;
text-align: right;
}
.dark .circle-bot + .text div, .dark .circle-bot + .text * {
@ -74,7 +77,7 @@
}
.text {
max-width: 80%;
max-width: 80%;
}
.text p {
@ -85,7 +88,8 @@
font-weight: bold;
}
.message-body {}
.message-body {
}
.message-body img {
max-width: 300px;
@ -111,6 +115,7 @@
.message-body code {
overflow-x: auto;
}
.message-body :not(pre) > code {
white-space: normal !important;
}