From 46b368edbc5cb8b13b9c2b59d2c1a3233969f53c 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 3849f7c5..1f30081a 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 8649899b..e846fb0d 100644 --- a/apps/web/components/dashboard-view.tsx +++ b/apps/web/components/dashboard-view.tsx @@ -697,7 +697,7 @@ export function DashboardView({ return (