1
0
Fork 0

Yes, there are blockquotes

This commit is contained in:
Lim Chee Aun 2023-04-28 17:58:36 +08:00
parent e29a84f0a9
commit 7e2723db4e

View file

@ -508,6 +508,12 @@
.status .content p:last-child {
margin-block-end: 0;
}
.status .content blockquote {
margin-block: min(0.75em, 12px);
margin-inline: 0;
padding: 0 0 0 8px;
border-left: 4px solid var(--link-faded-color);
}
.status .content .invisible {
display: none;
}