fix(app): stabilize titlebar tab width
This commit is contained in:
parent
dff8020a58
commit
90a7fb7058
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue