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

@ -78,10 +78,10 @@
padding-top: 5px;
/*Message gradient background color - remove the line bellow if you don't want a background color or gradient*/
background: linear-gradient(to bottom, #171730, #1b263f);
}
}
/*Adds 2 extra lines at the top and bottom of the message*/
.message-body:before,
.message-body:before,
.message-body:after {
content: "";
position: absolute;
@ -89,16 +89,15 @@
right: 10px;
height: 1px;
background-color: rgba(255, 255, 255, 0.13);
}
.message-body:before {
}
.message-body:before {
top: 6px;
}
.message-body:after {
}
.message-body:after {
bottom: 6px;
}
}
.message-body img {
max-width: 300px;
@ -124,6 +123,7 @@
.message-body code {
overflow-x: auto;
}
.message-body :not(pre) > code {
white-space: normal !important;
}