this repo has no description
0
fork

Configure Feed

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

Further extend quote post dimensions

+1 -1
+1 -1
src/components/status.css
··· 215 215 } 216 216 .status-card:not(.status-carousel .status) 217 217 :is(.content, .poll, .media-container) { 218 - max-height: 160px !important; 218 + max-height: max(160px, 33vh) !important; 219 219 overflow: hidden; 220 220 } 221 221 .status.small:not(.status-carousel .status, .status.large .status)