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.
This commit is contained in:
Debanjum
2025-06-20 00:43:15 -07:00
parent ca9109455b
commit 73c384b052

View File

@@ -531,7 +531,7 @@ export default function ChatHistory(props: ChatHistoryProps) {
h-[calc(100svh-theme(spacing.44))] h-[calc(100svh-theme(spacing.44))]
sm:h-[calc(100svh-theme(spacing.44))] sm:h-[calc(100svh-theme(spacing.44))]
md: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} ref={scrollAreaRef}
> >