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 @@ } - -