this repo has no description
0
fork

Configure Feed

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

Reduce the widening

It gets kinda distracting when it's widen too far to left

+1 -1
+1 -1
src/components/status.css
··· 718 718 50px = avatar size 719 719 12px = gap 720 720 */ 721 - margin-left: calc(-1 * (50px + 12px)); 721 + margin-left: calc(-1 * ((50px / 2))); 722 722 } 723 723 .status.large :is(.media-container, .media-container.media-gt2) { 724 724 height: auto;