this repo has no description
0
fork

Configure Feed

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

Yes, there are blockquotes

+6
+6
src/components/status.css
··· 508 508 .status .content p:last-child { 509 509 margin-block-end: 0; 510 510 } 511 + .status .content blockquote { 512 + margin-block: min(0.75em, 12px); 513 + margin-inline: 0; 514 + padding: 0 0 0 8px; 515 + border-left: 4px solid var(--link-faded-color); 516 + } 511 517 .status .content .invisible { 512 518 display: none; 513 519 }