From 8f79222b8be40129f4189b514dfd784fb338d5d5 Mon Sep 17 00:00:00 2001 From: Mathew Pareles Date: Mon, 3 Feb 2025 18:45:25 -0800 Subject: [PATCH] fix spacing --- .../contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx b/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx index 0ea5febb..d6e48017 100644 --- a/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx +++ b/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx @@ -619,6 +619,7 @@ export const SidebarChat = () => { overflow-x-hidden overflow-y-auto py-4 + ${prevMessagesHTML.length === 0 && !messageSoFar ? 'hidden' : ''} `} style={{ maxHeight: sidebarDimensions.height - historyDimensions.height - formDimensions.height - 36 }} // the height of the previousMessages is determined by all other heights >