From d62abe81fdf6b2026e43eae75e4a346bf28eb9d6 Mon Sep 17 00:00:00 2001 From: BOHA Date: Mon, 8 Jun 2026 19:51:23 +0200 Subject: [PATCH] feat(odin): use the full page (full width + taller shell) Drop the 1100px max-width cap and size the chat shell to fill the content area (100dvh - 100px = top bar + main bottom padding), so Odin uses the whole page now that it owns the route. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/admin/components/odin/OdinChat.tsx | 2 +- src/admin/pages/Odin.tsx | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/admin/components/odin/OdinChat.tsx b/src/admin/components/odin/OdinChat.tsx index 09d9551..21000ba 100644 --- a/src/admin/components/odin/OdinChat.tsx +++ b/src/admin/components/odin/OdinChat.tsx @@ -373,7 +373,7 @@ export default function OdinChat() { return ( - - - + ); }