Skip to content

Commit

Permalink
fix: UI space problems
Browse files Browse the repository at this point in the history
  • Loading branch information
atrincas committed Dec 31, 2024
1 parent f757cfe commit f8acc94
Show file tree
Hide file tree
Showing 8 changed files with 232 additions and 220 deletions.
2 changes: 1 addition & 1 deletion client/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default async function RootLayout({
<SidebarProvider>
<MainNav />
<IntroModal />
<main className="mx-3 flex h-dvh flex-1">{children}</main>
<main className="flex h-dvh flex-1">{children}</main>
</SidebarProvider>
<Toaster />
</body>
Expand Down
2 changes: 1 addition & 1 deletion client/src/containers/my-projects/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default function MyProjectsView() {
className="flex flex-1 flex-col"
transition={LAYOUT_TRANSITIONS}
>
<div className="mx-3 flex h-full flex-1 flex-col">
<div className="mx-4 flex h-full flex-1 flex-col">
<Header />
<div className="flex items-center justify-between py-4">
<div className="flex gap-2 rounded-full bg-slate-900">
Expand Down
Loading

0 comments on commit f8acc94

Please sign in to comment.