this repo has no description
0
fork

Configure Feed

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

Temporary fix for weird empty statuses

+3
+3
src/app.css
··· 736 736 counter-increment: index; 737 737 position: relative; 738 738 } 739 + .status-carousel ul > li:is(:empty, :has(> a:empty)) { 740 + display: none; 741 + } 739 742 @media (hover: hover) or (pointer: fine) or (min-width: 40em) { 740 743 .status-carousel ul { 741 744 scroll-snap-type: none;