mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 01:08:50 +01:00
Yes, there are blockquotes
This commit is contained in:
parent
e29a84f0a9
commit
7e2723db4e
1 changed files with 6 additions and 0 deletions
|
@ -508,6 +508,12 @@
|
||||||
.status .content p:last-child {
|
.status .content p:last-child {
|
||||||
margin-block-end: 0;
|
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 {
|
.status .content .invisible {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue