From f0ad2f381958ed56ac49efc93dc278996f1013d1 Mon Sep 17 00:00:00 2001
From: Monstar <31903668+Monstarrrr@users.noreply.github.com>
Date: Thu, 19 Dec 2024 03:06:55 +0100
Subject: [PATCH] Updated bigfoot(er)
---
frontend/app/(routes)/(auth)/layout.tsx | 2 +-
frontend/app/layout.tsx | 19 +++++++++++++------
2 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/frontend/app/(routes)/(auth)/layout.tsx b/frontend/app/(routes)/(auth)/layout.tsx
index b85ae30..227e42a 100644
--- a/frontend/app/(routes)/(auth)/layout.tsx
+++ b/frontend/app/(routes)/(auth)/layout.tsx
@@ -8,7 +8,7 @@ export default function AuthLayout({ children }: { children: React.ReactNode })
flexDirection: 'column',
alignItems: 'center',
justifyContent: 'center',
- height: 'calc(100dvh - 54px - 24px)',
+ height: 'calc(100dvh - 51px - 24px - 48px - 24px)',
background: '#1f1f1f',
}}
>
diff --git a/frontend/app/layout.tsx b/frontend/app/layout.tsx
index a5b0491..05c8e0d 100644
--- a/frontend/app/layout.tsx
+++ b/frontend/app/layout.tsx
@@ -40,7 +40,7 @@ export default function RootLayout({ children }: PropsType) {