this repo has no description
0
fork

Configure Feed

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

Fix for smaller images

+7
+7
src/components/status.css
··· 688 688 margin-inline: -16px; 689 689 max-width: calc(100% + 16px + 16px) !important; 690 690 691 + figure:before { 692 + content: ''; 693 + display: block; 694 + /* padding (16px) - gap (4px) */ 695 + flex-basis: calc(16px - 4px); 696 + } 697 + 691 698 figure figcaption { 692 699 padding-inline: 16px !important; 693 700 }