diff --git a/ui/desktop/src/components/SplashPills.tsx b/ui/desktop/src/components/SplashPills.tsx
index e41e4a3d2..56c64e8e3 100644
--- a/ui/desktop/src/components/SplashPills.tsx
+++ b/ui/desktop/src/components/SplashPills.tsx
@@ -21,7 +21,7 @@ export default function SplashPills({ append }) {
return (
-
+
diff --git a/ui/desktop/src/main.ts b/ui/desktop/src/main.ts
index 125b5f3f3..ec4b974ff 100644
--- a/ui/desktop/src/main.ts
+++ b/ui/desktop/src/main.ts
@@ -65,7 +65,7 @@ const createChat = (query?: string) => {
const mainWindow = new BrowserWindow({
titleBarStyle: 'hidden',
trafficLightPosition: { x: 16, y: 18 },
- width: 530,
+ width: 650,
height: 800,
minWidth: 530,
minHeight: 800,