From 73c384b0528fa2f491f4e0a6a6cb876f11e99a02 Mon Sep 17 00:00:00 2001 From: Debanjum Date: Fri, 20 Jun 2025 00:43:15 -0700 Subject: [PATCH] Reduce chat history spacing to reduce wasted space b/w chat input box The tailwing theme spacing of the scroll area surrounding chat history on large screens was what was causing the large gap between chat input box and chat history on some screen layouts. This change reduces the spacing to a more acceptable level. --- src/interface/web/app/components/chatHistory/chatHistory.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface/web/app/components/chatHistory/chatHistory.tsx b/src/interface/web/app/components/chatHistory/chatHistory.tsx index bd97bb31..bfff7f1c 100644 --- a/src/interface/web/app/components/chatHistory/chatHistory.tsx +++ b/src/interface/web/app/components/chatHistory/chatHistory.tsx @@ -531,7 +531,7 @@ export default function ChatHistory(props: ChatHistoryProps) { h-[calc(100svh-theme(spacing.44))] sm:h-[calc(100svh-theme(spacing.44))] md:h-[calc(100svh-theme(spacing.44))] - lg:h-[calc(100svh-theme(spacing.72))] + lg:h-[calc(100svh-theme(spacing.44))] `} ref={scrollAreaRef} >