From 9cf2dbc2cc858346865f76921616a0677fe6be09 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Fri, 5 Dec 2025 10:04:12 -0500 Subject: [PATCH] fix login page spacing on mobile --- src/app/auth/layout.tsx | 2 +- src/components/LayoutSidebar.tsx | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/auth/layout.tsx b/src/app/auth/layout.tsx index 47cd7944..70439824 100644 --- a/src/app/auth/layout.tsx +++ b/src/app/auth/layout.tsx @@ -45,7 +45,7 @@ export default async function AuthLayout({ children }: AuthLayoutProps) { -
+
{children}
diff --git a/src/components/LayoutSidebar.tsx b/src/components/LayoutSidebar.tsx index 7371a5ef..480c8b83 100644 --- a/src/components/LayoutSidebar.tsx +++ b/src/components/LayoutSidebar.tsx @@ -158,8 +158,10 @@ export function LayoutSidebar({
-
- +
+
+ +
{build === "enterprise" && (