mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
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:
@@ -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}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user