mirror of
https://github.com/karpathy/nanochat.git
synced 2026-05-22 15:47:58 +00:00
Assistant responses were capped at max-w-[75%] of the column, so long replies broke into a narrow block with dead space on the right. Cap only applies to user bubbles now; assistant messages use w-full of the max-w-3xl content column, matching how ChatGPT/Claude render replies. Also bumps message vertical spacing from mb-3 to mb-5. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| ChatInput.tsx | ||
| ChatWindow.tsx | ||
| EmptyState.tsx | ||
| MessageBubble.tsx | ||
| Sidebar.tsx | ||