From fa037859da751c76969a2a4099ee5ad8ee576e1f Mon Sep 17 00:00:00 2001 From: David Kaya Date: Wed, 25 Mar 2026 20:20:36 +0100 Subject: [PATCH] style: reduce inline pill button size above chat composer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Shrink padding (px-2 py-1 → px-1.5 py-0.5), font (12px → 11px), gap (1.5 → 1), icon size (3 → 2.5), and model name max-width (140px → 120px) on all four pill trigger buttons. Dropdown popovers remain unchanged. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/renderer/components/chat/InlinePills.tsx | 30 ++++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/renderer/components/chat/InlinePills.tsx b/src/renderer/components/chat/InlinePills.tsx index 5c91da9..5b0a69a 100644 --- a/src/renderer/components/chat/InlinePills.tsx +++ b/src/renderer/components/chat/InlinePills.tsx @@ -63,7 +63,7 @@ export function InlineModelPill({ {open && !disabled && ( @@ -154,8 +154,8 @@ export function InlineThinkingPill({ if (supportedEfforts && supportedEfforts.length === 0) { return ( - - + + N/A ); @@ -168,7 +168,7 @@ export function InlineThinkingPill({ {open && !disabled && ( @@ -230,7 +230,7 @@ export function InlineToolsPill({ {open && !disabled && ( @@ -340,7 +340,7 @@ export function InlineApprovalPill({ {open && !disabled && (