From eb4bb34edf212572aae2a0e97aae75a1a612e1f0 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 18 Dec 2025 12:37:52 +0100 Subject: [PATCH] site(gordon): update message window styles - Increase chat panel width from 70ch to 80ch - Update user message background colors for better contrast - Add prose styling to messages for consistent typography - Simplify message rendering template structure Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- layouts/partials/gordon-chat.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/layouts/partials/gordon-chat.html b/layouts/partials/gordon-chat.html index 5fc5c63784..bcf10f6629 100644 --- a/layouts/partials/gordon-chat.html +++ b/layouts/partials/gordon-chat.html @@ -291,7 +291,7 @@ x-transition:enter-start="translate-x-full" x-transition:enter-end="translate-x-0" x-transition:leave="transition ease-in duration-200" x-transition:leave-start="translate-x-0" x-transition:leave-end="translate-x-full" - class="fixed top-0 right-0 z-50 flex h-screen w-full flex-col overflow-hidden rounded-lg bg-white shadow-2xl transition-all duration-200 md:w-[min(70ch,90vw)] md:h-[calc(100vh-1rem)] md:top-2 md:right-2 dark:bg-gray-900"> + class="fixed top-0 right-0 z-50 flex h-screen w-full flex-col overflow-hidden rounded-lg bg-white shadow-2xl transition-all duration-200 md:w-[min(80ch,90vw)] md:h-[calc(100vh-1rem)] md:top-2 md:right-2 dark:bg-gray-900">