kopia lustrzana https://github.com/cheeaun/phanpy
Hide .quote-inline if there's native quote
rodzic
20ad87338a
commit
d5763442c5
|
@ -973,6 +973,11 @@
|
||||||
> :is(div, blockquote) > :is(ul, ol) li > :is(ul, ol) {
|
> :is(div, blockquote) > :is(ul, ol) li > :is(ul, ol) {
|
||||||
padding-inline-start: 1.5em;
|
padding-inline-start: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hide inline quote (RE: [LINK]) when there's a native quote */
|
||||||
|
&:has(~ .quote-post-native) .quote-inline {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.status .content ul {
|
.status .content ul {
|
||||||
list-style-type: disc;
|
list-style-type: disc;
|
||||||
|
|
Ładowanie…
Reference in New Issue