From 09eb2f9934dd58266dbb4d317c0fb66c899526fb Mon Sep 17 00:00:00 2001 From: "Vyctor H. Brzezowski" Date: Sun, 23 Aug 2026 14:19:23 -0300 Subject: [PATCH] improve(ui): even out transcript turn and run block spacing (#128298) * improve(ui): even out transcript turn and run block spacing * fix(ui): keep expanded tool rows compact * mock: fixtures (drop before land) * test(ui): lock transcript spacing rhythm * test(ui): cover expanded tool row spacing * test(ui): cover touch footer turn spacing * fix(ui): keep touch turn gaps stable with footer actions * fix(ui): preserve persistent footer turn spacing * fix(ui): preserve revealed footer turn spacing --- .../chat/chat-responsive.browser.test.ts | 131 ++++++++++++++++++ ui/src/styles/chat/grouped.css | 38 ++++- 2 files changed, 165 insertions(+), 4 deletions(-) diff --git a/ui/src/pages/chat/chat-responsive.browser.test.ts b/ui/src/pages/chat/chat-responsive.browser.test.ts index 4ca2b9a9c472..2200571a80e7 100644 --- a/ui/src/pages/chat/chat-responsive.browser.test.ts +++ b/ui/src/pages/chat/chat-responsive.browser.test.ts @@ -289,6 +289,80 @@ function completedWorkSpacingHtml() { `; } +function runBlockSpacingHtml() { + return ` +
+
+ + + + + + +
+
+ `; +} + function chatFooterActionsHtml() { return `