From 787fadf6488e8464c7f6be5f0c48b71f226ee652 Mon Sep 17 00:00:00 2001 From: Mahesh Sanikommu Date: Mon, 11 May 2026 08:08:28 -0700 Subject: [PATCH] fix: remove excessive bottom padding below input bar on mobile dashboard (#925) --- apps/web/app/(app)/page.tsx | 7 +------ apps/web/components/dashboard-view.tsx | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/apps/web/app/(app)/page.tsx b/apps/web/app/(app)/page.tsx index 3849f7c51..1f30081a8 100644 --- a/apps/web/app/(app)/page.tsx +++ b/apps/web/app/(app)/page.tsx @@ -710,12 +710,7 @@ export default function NewPage() { {isDashboardShell && ( -
+
diff --git a/apps/web/components/dashboard-view.tsx b/apps/web/components/dashboard-view.tsx index 8649899b3..e846fb0dd 100644 --- a/apps/web/components/dashboard-view.tsx +++ b/apps/web/components/dashboard-view.tsx @@ -697,7 +697,7 @@ export function DashboardView({ return (