From 4f2fcc82f0ed919ab640558b37b72cd3f0e7fd1b Mon Sep 17 00:00:00 2001 From: sabaimran Date: Sun, 4 Aug 2024 18:28:33 +0530 Subject: [PATCH] Make the input area only rounded on the top corners when in mobile view - Create better styling for the input area buttons, resizing in mobile and creating more even height with a more minimal send button --- src/interface/web/app/chat/chat.module.css | 1 - src/interface/web/app/chat/page.tsx | 2 +- src/interface/web/app/common/colorUtils.ts | 2 +- .../app/components/chatInputArea/chatInputArea.tsx | 11 ++++++----- src/interface/web/app/page.module.css | 1 - src/interface/web/app/page.tsx | 8 ++++---- 6 files changed, 12 insertions(+), 13 deletions(-) diff --git a/src/interface/web/app/chat/chat.module.css b/src/interface/web/app/chat/chat.module.css index 0b475881..fd59a045 100644 --- a/src/interface/web/app/chat/chat.module.css +++ b/src/interface/web/app/chat/chat.module.css @@ -16,7 +16,6 @@ div.main { div.inputBox { border: 1px solid var(--border-color); - border-radius: 16px; margin-bottom: 20px; gap: 12px; padding-left: 20px; diff --git a/src/interface/web/app/chat/page.tsx b/src/interface/web/app/chat/page.tsx index ca3b63f0..ffb99ab8 100644 --- a/src/interface/web/app/chat/page.tsx +++ b/src/interface/web/app/chat/page.tsx @@ -86,7 +86,7 @@ function ChatBodyData(props: ChatBodyDataProps) { incomingMessages={props.streamedMessages} /> -
+
- +