From eb66ae7b8bb47f13e045aab98efc9b9143dfbbb1 Mon Sep 17 00:00:00 2001 From: mika kuns Date: Tue, 11 Aug 2026 15:27:35 +0200 Subject: [PATCH] fix(ui): keep task rows without a chain relation flat The indent column was hardcoded to 24px, so every row reserved the gutter even with no child/chain relation. Restore Auto sizing with the width back on the Border, which collapses to 0 while it is invisible. Move the step badge into column 1 with a negative margin so its desired width can never widen the Auto column (same on-screen position). --- src/ClaudeDo.Ui/Views/Islands/TaskRowView.axaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/ClaudeDo.Ui/Views/Islands/TaskRowView.axaml b/src/ClaudeDo.Ui/Views/Islands/TaskRowView.axaml index 98de03ff..1f1ec0fa 100644 --- a/src/ClaudeDo.Ui/Views/Islands/TaskRowView.axaml +++ b/src/ClaudeDo.Ui/Views/Islands/TaskRowView.axaml @@ -19,10 +19,11 @@ - + - - + + @@ -33,11 +34,12 @@ HorizontalAlignment="Right" Margin="0,4"/> - - + + Margin="-8,0,0,0">