fix(app): stabilize titlebar tab width

This commit is contained in:
Test 2026-06-25 03:39:07 +00:00
commit 90a7fb7058

View file

@ -795,7 +795,7 @@ type TitlebarV2RightState = {
function TitlebarV2Right(props: { state: TitlebarV2RightState }) {
return (
<div class="relative z-20 flex shrink-0 items-center justify-end gap-0 overflow-visible">
<div class="relative z-20 flex min-w-9 shrink-0 items-center justify-end gap-0 overflow-visible">
<Show when={props.state.update.visible}>
<TitlebarUpdateIconButton state={props.state.update} />
</Show>