From 4aa74d535bfd8eb5b52ebcac0ff60e1a88af974f Mon Sep 17 00:00:00 2001 From: LyAhn Date: Sat, 11 Jul 2026 12:08:54 +0100 Subject: [PATCH] fix(ui): fix alignment and sizing of the update pending icon --- src/components/TitleBar.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/TitleBar.tsx b/src/components/TitleBar.tsx index ce057c8..f5e63a2 100644 --- a/src/components/TitleBar.tsx +++ b/src/components/TitleBar.tsx @@ -114,7 +114,10 @@ export function TitleBar() { up its focal point and the chip becomes a button that re-opens the prompt. */}
{updatePending ? ( -
+
{/* Instant tooltip (delay 0) — this affordance should read immediately. */}