this repo has no description
0
fork

Configure Feed

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

Fix avatars not bunching properly

+1 -1
+1 -1
src/pages/status.css
··· 31 31 .ancestors-indicator { 32 32 font-size: 70% !important; 33 33 34 - & > .avatar:not(:first-child) { 34 + & > .avatar ~ .avatar { 35 35 margin-left: -4px; 36 36 } 37 37 }