From d51011314f00b15132cae970a08793580d53a3e6 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Sat, 13 Jul 2024 19:09:25 +0530 Subject: [PATCH] Improve styling of chat input, references UI across screen sizes Use tailwind screen breakpoints shorthand instead of js to apply different styling for different screen sizes --- .../components/chatInputArea/chatInputArea.tsx | 2 +- .../chatMessage/chatMessage.module.css | 17 +++++++---------- .../app/components/chatMessage/chatMessage.tsx | 2 +- .../referencePanel/referencePanel.tsx | 6 +++--- 4 files changed, 12 insertions(+), 15 deletions(-) diff --git a/src/interface/web/app/components/chatInputArea/chatInputArea.tsx b/src/interface/web/app/components/chatInputArea/chatInputArea.tsx index f7b36fec..e2b59848 100644 --- a/src/interface/web/app/components/chatInputArea/chatInputArea.tsx +++ b/src/interface/web/app/components/chatInputArea/chatInputArea.tsx @@ -287,7 +287,7 @@ export default function ChatInputArea(props: ChatInputProps) {