From 77fbc7655b8ea6f0c2b2f7c2decc4d0b7f2afb63 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Thu, 17 Apr 2025 18:40:01 -0700 Subject: [PATCH] Move settings to upper right and enabled scrollable appbar --- frontend/src/App.tsx | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 191d601..14253cd 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -1055,33 +1055,33 @@ const App = () => { }} > - - - - - - - {mobileOpen === false && - - + - } iconPosition="start" /> - + onChange={handleTabChange} aria-label="Backstory navigation"> + } iconPosition="start" /> + - + - } + + + + + + + } { mobileOpen === true &&