this repo has no description
0
fork

Configure Feed

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

Fix the post counts messed up in smaller viewports

+7
+7
src/pages/catchup.css
··· 119 119 gap: 0.25em; 120 120 align-items: center; 121 121 } 122 + 123 + > span { 124 + display: flex; 125 + align-items: center; 126 + gap: 8px; 127 + text-align: end; 128 + } 122 129 } 123 130 } 124 131 }