this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Hide .quote-inline if there's native quote

+5
+5
src/components/status.css
··· 973 973 > :is(div, blockquote) > :is(ul, ol) li > :is(ul, ol) { 974 974 padding-inline-start: 1.5em; 975 975 } 976 + 977 + /* Hide inline quote (RE: [LINK]) when there's a native quote */ 978 + &:has(~ .quote-post-native) .quote-inline { 979 + display: none; 980 + } 976 981 } 977 982 .status .content ul { 978 983 list-style-type: disc;