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

@ -99,7 +99,6 @@
bottom: 6px;
}
.message-body img {
max-width: 300px;
max-height: 300px;
@ -124,6 +123,7 @@
.message-body code {
overflow-x: auto;
}
.message-body :not(pre) > code {
white-space: normal !important;
}

View File

@ -42,7 +42,8 @@
object-fit: cover;
}
.text {}
.text {
}
.text p {
margin-top: 5px;
@ -52,7 +53,8 @@
font-weight: bold;
}
.message-body {}
.message-body {
}
.message-body img {
max-width: 300px;
@ -78,6 +80,7 @@
.message-body code {
overflow-x: auto;
}
.message-body :not(pre) > code {
white-space: normal !important;
}

View File

@ -42,10 +42,12 @@
height: 100%;
object-fit: cover;
}
.circle-you {
margin-top: 5px;
float: right;
}
.circle-bot + .text, .circle-you + .text {
border-radius: 18px;
padding: 8px 12px;
@ -65,6 +67,7 @@
.circle-you + .text div, .circle-you + .text *, .dark .circle-you + .text div, .dark .circle-you + .text * {
color: #FFF !important;
}
.circle-you + .text .username {
text-align: right;
}
@ -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;
}

View File

@ -47,7 +47,8 @@
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;
}

View File

@ -2,6 +2,7 @@
background-color: #eef2ff;
padding: 17px;
}
#parent #container .reply {
background-color: rgb(214, 218, 240);
border-bottom-color: rgb(183, 197, 217);

View File

@ -24,7 +24,8 @@
display: none;
}
.message-body {}
.message-body {
}
.message-body p {
font-size: 15px !important;
@ -44,6 +45,7 @@
.message-body code {
overflow-x: auto;
}
.message-body :not(pre) > code {
white-space: normal !important;
}