This commit is contained in:
haoouba
2021-02-18 21:28:07 +08:00
parent ac7017f6b9
commit 86e77cbbc1
5 changed files with 14 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1693,7 +1693,7 @@
}
}
}
img {
img:not(.owo_image) {
display: block;
max-width: 100%;
border-radius: var(--radius-inner);
@@ -1705,6 +1705,10 @@
box-shadow: 0 34px 20px -24px rgba(136, 161, 206, 0.3);
}
}
.owo_image {
max-height: 26px;
vertical-align: top;
}
ol,
ul {
margin-bottom: 15px;