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

View file

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

View file

@ -42,10 +42,12 @@
height: 100%; height: 100%;
object-fit: cover; object-fit: cover;
} }
.circle-you { .circle-you {
margin-top: 5px; margin-top: 5px;
float: right; float: right;
} }
.circle-bot + .text, .circle-you + .text { .circle-bot + .text, .circle-you + .text {
border-radius: 18px; border-radius: 18px;
padding: 8px 12px; padding: 8px 12px;
@ -65,6 +67,7 @@
.circle-you + .text div, .circle-you + .text *, .dark .circle-you + .text div, .dark .circle-you + .text * { .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 { .circle-you + .text .username {
text-align: right; text-align: right;
} }
@ -85,7 +88,8 @@
font-weight: bold; font-weight: bold;
} }
.message-body {} .message-body {
}
.message-body img { .message-body img {
max-width: 300px; max-width: 300px;
@ -111,6 +115,7 @@
.message-body code { .message-body code {
overflow-x: auto; overflow-x: auto;
} }
.message-body :not(pre) > code { .message-body :not(pre) > code {
white-space: normal !important; white-space: normal !important;
} }

View file

@ -47,7 +47,8 @@
margin-top: 5px; margin-top: 5px;
} }
.message-body {} .message-body {
}
.message-body img { .message-body img {
max-width: 300px; max-width: 300px;
@ -73,6 +74,7 @@
.message-body code { .message-body code {
overflow-x: auto; overflow-x: auto;
} }
.message-body :not(pre) > code { .message-body :not(pre) > code {
white-space: normal !important; white-space: normal !important;
} }

View file

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

View file

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