diff --git a/src/frontend/src/index.css b/src/frontend/src/index.css index 2c8b1c893..9f6796447 100644 --- a/src/frontend/src/index.css +++ b/src/frontend/src/index.css @@ -253,4 +253,32 @@ The cursor: default; property value restores the browser's default cursor style .logspace-icon-text { @apply mt-1 } + + .flex-max-width { + @apply flex w-full + } + + .main-page-panel { + @apply flex-max-width h-full flex-col overflow-auto bg-muted px-16 + } + + .main-page-nav-arrangement { + @apply flex-max-width justify-between px-6 py-12 pb-2 + } + + .main-page-nav-title { + @apply flex items-center justify-center gap-2 text-2xl font-semibold + } + + .main-page-nav-button { + @apply mr-2 w-4 + } + + .main-page-description-text { + @apply flex w-[60%] px-6 pb-14 text-muted-foreground + } + + .main-page-flows-display { + @apply grid w-full gap-4 p-4 md:grid-cols-2 lg:grid-cols-4 + } } \ No newline at end of file diff --git a/src/frontend/src/pages/MainPage/index.tsx b/src/frontend/src/pages/MainPage/index.tsx index 0b45a94ae..99df6a8a8 100644 --- a/src/frontend/src/pages/MainPage/index.tsx +++ b/src/frontend/src/pages/MainPage/index.tsx @@ -13,9 +13,9 @@ export default function HomePage() { }, []); const navigate = useNavigate(); return ( -
-
- +
+
+ {USER_PROJECTS_HEADER} @@ -26,7 +26,7 @@ export default function HomePage() { downloadFlows(); }} > - + Download Collection
- + Manage your personal projects. Download or upload your collection. -
+
{flows.map((flow, idx) => ( - + Edit Flow