this repo has no description
0
fork

Configure Feed

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

What's with all this math

+6 -3
+6 -3
src/components/status.css
··· 714 714 } 715 715 .status.medium .content ~ * .media-container:is(.media-eq2, .media-gt2), 716 716 .status.medium .content ~ .media-container:is(.media-eq2, .media-gt2) { 717 + /* 50px = avatar size */ 718 + margin-left: calc(-1 * ((50px / 2))); 717 719 /* 718 - 50px = avatar size 719 - 12px = gap 720 + outer padding = 16px 721 + gap = 12px 722 + so... 16 - 12 = 4 720 723 */ 721 - margin-left: calc(-1 * ((50px / 2))); 724 + margin-right: -4px; 722 725 } 723 726 .status.large :is(.media-container, .media-container.media-gt2) { 724 727 height: auto;