From 54a062baa6e619c437b2a61376f8a31345302b44 Mon Sep 17 00:00:00 2001 From: Haileyesus <118998054+blackmammoth@users.noreply.github.com> Date: Mon, 29 Jun 2026 23:56:10 +0300 Subject: [PATCH] style(chat): unify composer toolbar heights and declutter slash-command modal - Composer: give the permission-mode and token-usage buttons a fixed h-8 so every bottom-toolbar control shares one height - CommandResultModal: replace the blue gradient header (gradient fill, glow blobs, blue eyebrow + icon chip) with a clean neutral header on popover/muted tokens --- .../chat/view/subcomponents/ChatComposer.tsx | 2 +- .../view/subcomponents/CommandResultModal.tsx | 67 +++++++++---------- .../view/subcomponents/TokenUsageSummary.tsx | 2 +- 3 files changed, 33 insertions(+), 38 deletions(-) diff --git a/src/components/chat/view/subcomponents/ChatComposer.tsx b/src/components/chat/view/subcomponents/ChatComposer.tsx index c021d919..32ef91e2 100644 --- a/src/components/chat/view/subcomponents/ChatComposer.tsx +++ b/src/components/chat/view/subcomponents/ChatComposer.tsx @@ -331,7 +331,7 @@ export default function ChatComposer({ + + +
+

+ {activeMeta?.eyebrow} +

+

+ {activeMeta?.title} +

+

+ {activeMeta?.subtitle} +

+
+ +
diff --git a/src/components/chat/view/subcomponents/TokenUsageSummary.tsx b/src/components/chat/view/subcomponents/TokenUsageSummary.tsx index f3d25f4b..51dd8ed0 100644 --- a/src/components/chat/view/subcomponents/TokenUsageSummary.tsx +++ b/src/components/chat/view/subcomponents/TokenUsageSummary.tsx @@ -43,7 +43,7 @@ export default function TokenUsageSummary({ usage, onClick }: TokenUsageSummaryP