From 6f9624589f807ff37fbfc87d50beb2569a437522 Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Wed, 5 Jul 2023 12:18:24 -0700 Subject: [PATCH] feat: move sidebar to right --- apps/trading/components/layout/layout.tsx | 26 +++++++++++------------ apps/trading/components/navbar/navbar.tsx | 1 + 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/apps/trading/components/layout/layout.tsx b/apps/trading/components/layout/layout.tsx index b520292d1..f3f641a7c 100644 --- a/apps/trading/components/layout/layout.tsx +++ b/apps/trading/components/layout/layout.tsx @@ -17,30 +17,30 @@ export const Layout = () => { const gridClasses = classNames( 'h-full relative z-0 grid', 'grid-rows-[repeat(4,min-content),minmax(0,1fr)]', - 'grid-cols-[45px_1fr]', - 'lg:grid-cols-[45px_350px_1fr]' + 'grid-cols-[1fr_45px]', + 'lg:grid-cols-[1fr_350px_45px]' ); return (
-
- {/* */} +
+
-
- +
+
-
- +
+
{