Different alignment for status action menu

This commit is contained in:
Lim Chee Aun 2024-02-10 12:00:40 +08:00
parent fbd448c152
commit 1d0d02f39b

View file

@ -1442,9 +1442,10 @@ function Status({
anchorRef: {
current: e.currentTarget,
},
align: 'end',
direction: 'bottom',
gap: 4,
align: 'start',
direction: 'left',
gap: 0,
shift: -8,
});
setIsContextMenuOpen('actions-bar');
}}