From 1f5f0a968bbddf439208d47f1d859beee888f5a8 Mon Sep 17 00:00:00 2001 From: bruce Date: Thu, 4 Jun 2026 23:05:13 +0800 Subject: [PATCH] fix(chat): remove workspace hero card --- templates/chat/index.html | 28 ---------------------------- tests/test_chat.py | 5 ++--- 2 files changed, 2 insertions(+), 31 deletions(-) diff --git a/templates/chat/index.html b/templates/chat/index.html index edbade6..07a846e 100644 --- a/templates/chat/index.html +++ b/templates/chat/index.html @@ -11,19 +11,6 @@ gap: 12px; } - .chat-hero { - display: flex; - align-items: center; - justify-content: space-between; - gap: 16px; - min-height: 74px; - padding: 16px 20px; - } - - .chat-hero .page-title { - font-size: 1.45rem; - } - .chat-layout { display: grid; grid-template-columns: 280px minmax(680px, 1fr) 340px; @@ -344,21 +331,6 @@ } - -