From 23c8a6bb9b1238644d415c9a4f802c14cb508941 Mon Sep 17 00:00:00 2001 From: David Kaya Date: Wed, 25 Mar 2026 20:25:50 +0100 Subject: [PATCH] style: further shrink inline pills to match surrounding text density Reduce to text-[10px] (matching agent badges), px-1 py-px padding, gap-0.5, size-2 icons, rounded (not rounded-md), and 100px model name truncation. Pills now sit subtly alongside 13px chat text. 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 5b0a69a..2f73e70 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 && (