From 6b02dda33f15dabdf20933cc6ab04bcb5cc6bacf Mon Sep 17 00:00:00 2001 From: talksik Date: Sun, 29 May 2022 14:13:38 -0500 Subject: [PATCH] Update Terminal.tsx --- packages/desktop/src/components/Terminal.tsx | 201 +++++++++---------- 1 file changed, 94 insertions(+), 107 deletions(-) diff --git a/packages/desktop/src/components/Terminal.tsx b/packages/desktop/src/components/Terminal.tsx index d14c4af..0a2693b 100644 --- a/packages/desktop/src/components/Terminal.tsx +++ b/packages/desktop/src/components/Terminal.tsx @@ -512,7 +512,6 @@ export function TerminalProvider({ children }: { children?: React.ReactNode }) { backgroundColor: blueGrey[50], boxShadow: 3, borderRight: `1px solid ${blueGrey}`, - position: 'relative', }} > )} - - {/* footer controls */} - - - - - - - - - - - - - + + - - - - - - - - + + + + + + + + + + + + + + + + - - Profile - - - My account - - - - - - - - - Logout - - - + }} + transformOrigin={{ horizontal: 'right', vertical: 'top' }} + anchorOrigin={{ horizontal: 'right', vertical: 'bottom' }} + > + + + + + Logout + + + +