From 844232c5264a0a97ee7dd532d9d472ef15d7f0e2 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 25 May 2023 11:26:42 +0200 Subject: [PATCH] move workspace dropdown menu back to the left --- .../workspace/src/lib/remix-ui-workspace.tsx | 95 ++++++++----------- 1 file changed, 37 insertions(+), 58 deletions(-) diff --git a/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx b/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx index e14135302f..d3bb968731 100644 --- a/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx +++ b/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx @@ -682,65 +682,44 @@ export function Workspace () {
-
- - - - {currentWorkspace !== LOCALHOST ? ( - } - > - - - hideIconsMenu(!showIconsMenu)} show={showIconsMenu}> - { - hideIconsMenu(!showIconsMenu) - }} - icon={'fas fa-bars'} - > - - - - - ) : null} +
+ {currentWorkspace !== LOCALHOST ? ( + hideIconsMenu(!showIconsMenu)} show={showIconsMenu}> + { + hideIconsMenu(!showIconsMenu) + }} + icon={'fas fa-bars'} + > + + + + + ) : null} + + +
-