From 2f7a8698a0b55e82eb9d0919aff28eecf2d8d4f3 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Sun, 4 Aug 2024 04:01:19 +0530 Subject: [PATCH] Fix width and equalize spacing between buttons in chat footer Previously the footer's right border wasn't visible on small screens due to usage of w-full Use mr-1 on send button instead of px-1 on chat input parent to eualize chat footer buttons spacing --- .../web/app/components/chatInputArea/chatInputArea.tsx | 2 +- src/interface/web/app/page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interface/web/app/components/chatInputArea/chatInputArea.tsx b/src/interface/web/app/components/chatInputArea/chatInputArea.tsx index e9bb9218..1b66f577 100644 --- a/src/interface/web/app/components/chatInputArea/chatInputArea.tsx +++ b/src/interface/web/app/components/chatInputArea/chatInputArea.tsx @@ -440,7 +440,7 @@ export default function ChatInputArea(props: ChatInputProps) { ) }