this repo has no description
0
fork

Configure Feed

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

Less paragraph margins for status cards

+3
+3
src/components/status.css
··· 730 730 tab-size: 2; 731 731 text-wrap: pretty; 732 732 } 733 + .status-card .content p { 734 + margin-block: min(0.25em, 4px); 735 + } 733 736 .status .content p:first-child { 734 737 margin-block-start: 0; 735 738 }