From 9ee0b8ffcbd3664a47748a93262860321a203821 Mon Sep 17 00:00:00 2001 From: Abhinav Pant <67090539+abhitrueprogrammer@users.noreply.github.com> Date: Thu, 13 Feb 2025 18:37:44 +0530 Subject: [PATCH] Enhancement: grouped together Undo and Redo buttons on mobile (#9109) * bugfix: put the redo and undo button under the same div so that they look grouped together * fixed the position of the redo and undo buttons to the right --- packages/excalidraw/components/MobileMenu.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/excalidraw/components/MobileMenu.tsx b/packages/excalidraw/components/MobileMenu.tsx index e0b8fb2c07..56408d50ac 100644 --- a/packages/excalidraw/components/MobileMenu.tsx +++ b/packages/excalidraw/components/MobileMenu.tsx @@ -145,12 +145,14 @@ export const MobileMenu = ({