Skip to content

Commit b4005ae

Browse files
committed
Tighten titlebar right icon spacing
1 parent 11cba31 commit b4005ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/components/titlebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export function Titlebar() {
278278
}}
279279
onMouseDown={drag}
280280
>
281-
<div id="opencode-titlebar-right" class="flex items-center gap-3 shrink-0 justify-end" />
281+
<div id="opencode-titlebar-right" class="flex items-center gap-1 shrink-0 justify-end" />
282282
<Show when={windows()}>
283283
<div class="w-6 shrink-0" />
284284
<div data-tauri-decorum-tb class="flex flex-row" />

0 commit comments

Comments
 (0)