From 6d655347523a2b2ea8ab5a735bf0d420a327f5bb Mon Sep 17 00:00:00 2001 From: corpulent Date: Fri, 5 Aug 2022 19:08:31 +0300 Subject: [PATCH] fix: layout fixes --- services/frontend/src/components/Project/index.tsx | 2 +- services/frontend/src/components/Projects/index.tsx | 8 ++++++-- services/frontend/src/components/global/SideBar.tsx | 2 +- services/frontend/src/hooks/useProject.ts | 3 ++- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/services/frontend/src/components/Project/index.tsx b/services/frontend/src/components/Project/index.tsx index 4f1fb36..2db1641 100644 --- a/services/frontend/src/components/Project/index.tsx +++ b/services/frontend/src/components/Project/index.tsx @@ -640,7 +640,7 @@ export default function Project(props: IProjectProps) { flexDirection: "column", justifyContent: "center", alignItems: "center", - minHeight: "calc(100vh - 120px)" + minHeight: "calc(60vh - 120px)" }} >

diff --git a/services/frontend/src/components/Projects/index.tsx b/services/frontend/src/components/Projects/index.tsx index 29b9dfd..97a8c26 100644 --- a/services/frontend/src/components/Projects/index.tsx +++ b/services/frontend/src/components/Projects/index.tsx @@ -113,7 +113,7 @@ const Projects = () => { flexDirection: "column", justifyContent: "center", alignItems: "center", - minHeight: "calc(100vh - 120px)" + minHeight: "calc(60vh - 120px)" }} >

@@ -122,7 +122,11 @@ const Projects = () => {

Get started by creating a new project.

-
+
+ +
-