this repo has no description
0
fork

Configure Feed

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

Only add more gap if there's enough space

+5 -1
+5 -1
src/pages/catchup.css
··· 209 209 margin: 0 16px; 210 210 padding: 1px; 211 211 display: flex; 212 - gap: var(--hairline-width); 212 + row-gap: var(--hairline-width); 213 213 pointer-events: none; 214 214 justify-content: stretch; 215 215 background-image: linear-gradient(to bottom, transparent, var(--bg-color)); 216 + 217 + @media (min-width: 640px) { 218 + column-gap: var(--hairline-width); 219 + } 216 220 217 221 .posts-bin { 218 222 display: flex;