this repo has no description
0
fork

Configure Feed

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

Different alignment for status action menu

+4 -3
+4 -3
src/components/status.jsx
··· 1442 1442 anchorRef: { 1443 1443 current: e.currentTarget, 1444 1444 }, 1445 - align: 'end', 1446 - direction: 'bottom', 1447 - gap: 4, 1445 + align: 'start', 1446 + direction: 'left', 1447 + gap: 0, 1448 + shift: -8, 1448 1449 }); 1449 1450 setIsContextMenuOpen('actions-bar'); 1450 1451 }}