From 88e308b5ffd5f748698638562a0701f521cd3b80 Mon Sep 17 00:00:00 2001 From: Christopher Lo <46541035+topher-lo@users.noreply.github.com> Date: Tue, 5 Mar 2024 11:14:25 +0000 Subject: [PATCH] fix(ui): Full height --- frontend/src/app/layout.tsx | 6 +++--- frontend/src/app/page.tsx | 26 +++++++++++++------------- frontend/src/components/workspace.tsx | 2 +- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/frontend/src/app/layout.tsx b/frontend/src/app/layout.tsx index c6578a6f..092052ab 100644 --- a/frontend/src/app/layout.tsx +++ b/frontend/src/app/layout.tsx @@ -26,11 +26,11 @@ interface RootLayoutProps { export default function RootLayout({ children }: RootLayoutProps) { return ( <> - + @@ -40,4 +40,4 @@ export default function RootLayout({ children }: RootLayoutProps) { ) -} \ No newline at end of file +} diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx index 541f1f21..682ec3af 100644 --- a/frontend/src/app/page.tsx +++ b/frontend/src/app/page.tsx @@ -30,20 +30,20 @@ export default function DashboardPage() { return ( <> - - -
- -
- + + +
+ +
+ +
-
- - + + ) } diff --git a/frontend/src/components/workspace.tsx b/frontend/src/components/workspace.tsx index 403885fe..17872d87 100644 --- a/frontend/src/components/workspace.tsx +++ b/frontend/src/components/workspace.tsx @@ -60,7 +60,7 @@ export function Workspace({ sizes )}` }} - className="h-full max-h-[800px] items-stretch" + className="h-full items-stretch" >