From 60aba622ab523464653392fd5a5e3a8461d74fe7 Mon Sep 17 00:00:00 2001 From: Brendan Allan <14191578+Brendonovich@users.noreply.github.com> Date: Wed, 24 Jun 2026 10:05:44 +0800 Subject: [PATCH] fix(app): use fixed titlebar tab widths (#33572) --- packages/app/src/components/titlebar.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/app/src/components/titlebar.tsx b/packages/app/src/components/titlebar.tsx index e3e8cb494..f111e7efe 100644 --- a/packages/app/src/components/titlebar.tsx +++ b/packages/app/src/components/titlebar.tsx @@ -887,7 +887,7 @@ function TabNavItem(props: { return (
{ if (event.button !== 1) return @@ -961,7 +961,7 @@ function DraftTabItem(props: {
{ if (event.button !== 1) return closeTab(event) @@ -1006,7 +1006,7 @@ function NewSessionTabItem(props: { ref?: HTMLDivElement; href: string; title: s return (
{ if (event.button !== 1) return closeTab(event)