this repo has no description
0
fork

Configure Feed

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

Bunch these avatars too

+5 -1
+4
src/app.css
··· 676 676 position: relative; 677 677 border-radius: 0; 678 678 padding-block: 16px !important; 679 + 680 + .avatars-bunch > .avatar:not(:first-child) { 681 + margin-left: -4px; 682 + } 679 683 } 680 684 .timeline .show-more:hover { 681 685 filter: none !important;
+1 -1
src/pages/status.jsx
··· 1062 1062 onClick={() => setLimit((l) => l + LIMIT)} 1063 1063 style={{ marginBlockEnd: '6em' }} 1064 1064 > 1065 - <div class="ib"> 1065 + <div class="ib avatars-bunch"> 1066 1066 {/* show avatars for first 5 statuses */} 1067 1067 {statuses.slice(limit, limit + 5).map((status) => ( 1068 1068 <Avatar