this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Adjust chat messages gap

+1 -1
+1 -1
apps/web/src/components/chat-messages.tsx
··· 17 17 }, [messages]); 18 18 19 19 return ( 20 - <Stack gap="sm" className="no-scrollbar flex-1 overflow-y-auto"> 20 + <Stack className="no-scrollbar flex-1 overflow-y-auto"> 21 21 {messages.map((message) => { 22 22 const isTyping = 23 23 message.role === "assistant" && message.text.length === 0;