Beautify all CSS
This commit is contained in:
parent
231305d0f5
commit
35009c32f0
9 changed files with 99 additions and 86 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue