From 1d0d02f39b5eab2f37fc083221ea2d45fd5ea37b Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 10 Feb 2024 12:00:40 +0800 Subject: [PATCH] Different alignment for status action menu --- src/components/status.jsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/status.jsx b/src/components/status.jsx index d94e29a0..dca86bea 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -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'); }}