From fcba1a853ddb64cee3af56bd1ddeab8043c6e255 Mon Sep 17 00:00:00 2001 From: NotII <46204250+NotII@users.noreply.github.com> Date: Tue, 28 Oct 2025 11:07:07 +0000 Subject: [PATCH] Adjust chat UI padding for safe area insets Updated padding calculations in ChatDetail to account for device safe area insets, improving layout on devices with notches or rounded corners. This affects both the chat scroll container and the input area at the bottom. --- components/dashboard/ChatDetail.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/components/dashboard/ChatDetail.tsx b/components/dashboard/ChatDetail.tsx index 6a9b602..a02e3f0 100644 --- a/components/dashboard/ChatDetail.tsx +++ b/components/dashboard/ChatDetail.tsx @@ -633,8 +633,9 @@ export default function ChatDetail({ chatId }: { chatId: string }) {