this repo has no description
0
fork

Configure Feed

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

Try fix form getting squashed on Mobile Safari

+1
+1
src/components/compose.css
··· 141 141 display: flex; 142 142 flex-direction: column; 143 143 gap: var(--form-spacing-block); 144 + flex-shrink: 0; 144 145 145 146 @media (min-width: 40em) { 146 147 --form-spacing-inline: 8px;