From 27c6a4b85909e0fb02b4536716d13d2006a72266 Mon Sep 17 00:00:00 2001 From: mika kuns Date: Mon, 20 Apr 2026 11:01:14 +0200 Subject: [PATCH] fix(ui): drop icon-btn sizing from AgentStrip text buttons Switched the four text-label buttons (Open diff, Worktree, Stop, Approve & merge) from Classes="icon-btn" (24x24 fixed size) to Classes="btn" so content is not clipped. Co-Authored-By: Claude Sonnet 4.6 --- src/ClaudeDo.Ui/Views/Islands/AgentStripView.axaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ClaudeDo.Ui/Views/Islands/AgentStripView.axaml b/src/ClaudeDo.Ui/Views/Islands/AgentStripView.axaml index 8b85149..3c0edac 100644 --- a/src/ClaudeDo.Ui/Views/Islands/AgentStripView.axaml +++ b/src/ClaudeDo.Ui/Views/Islands/AgentStripView.axaml @@ -30,10 +30,10 @@ IsVisible="{Binding BranchLine, Converter={x:Static ObjectConverters.IsNotNull}}"/> -