From 087057176533bcf80e0682f74e89a1d38bc035ad Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Mon, 1 Jun 2026 20:34:18 -0700 Subject: [PATCH] refactor(thread): improve layout and responsiveness of welcome message - Adjusted the structure of the ThreadWelcome component to enhance layout consistency across different screen sizes. - Updated CSS classes to ensure proper alignment and spacing for the welcome message and composer, improving overall user experience. --- surfsense_web/components/assistant-ui/thread.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/surfsense_web/components/assistant-ui/thread.tsx b/surfsense_web/components/assistant-ui/thread.tsx index 5748b441c..dbc831b2f 100644 --- a/surfsense_web/components/assistant-ui/thread.tsx +++ b/surfsense_web/components/assistant-ui/thread.tsx @@ -254,13 +254,15 @@ const ThreadWelcome: FC = () => { return (
-
-

- {greeting} -

-
-
- +
+
+

+ {greeting} +

+
+
+ +
);