From 03ee1fbf1e68329217ddff8e901d01c625183c2d Mon Sep 17 00:00:00 2001 From: Calvin Secrest Date: Sat, 13 Sep 2025 18:26:22 -0400 Subject: [PATCH] fix: offset profile menu when sidebar open --- frontend/chat-ui/src/components/ProfileMenu.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/chat-ui/src/components/ProfileMenu.jsx b/frontend/chat-ui/src/components/ProfileMenu.jsx index badefea..34636f2 100644 --- a/frontend/chat-ui/src/components/ProfileMenu.jsx +++ b/frontend/chat-ui/src/components/ProfileMenu.jsx @@ -9,7 +9,10 @@ export default function ProfileMenu() { const toggleMemory = () => dispatch({ type: 'TOGGLE_MEMORY' }); return ( -
+