fix(ui): remove extraneous whitespace from startup screen (#3990)

This commit is contained in:
Jacob Richman
2025-07-25 17:36:19 -07:00
committed by GitHub
parent 21fef1620d
commit b089845f1c
6 changed files with 53 additions and 4 deletions

View File

@@ -748,7 +748,7 @@ const App = ({ config, settings, startupWarnings = [], version }: AppProps) => {
return (
<StreamingContext.Provider value={streamingState}>
<Box flexDirection="column" marginBottom={1} width="90%">
<Box flexDirection="column" width="90%">
{/* Move UpdateNotification outside Static so it can re-render when updateMessage changes */}
{updateMessage && <UpdateNotification message={updateMessage} />}