mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 06:20:29 +00:00
fix(app): adjust titlebar left spacing
This commit is contained in:
parent
2ca69ac953
commit
1fffbc6fb3
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ export function Titlebar() {
|
|||
/>
|
||||
</div>
|
||||
</Show>
|
||||
<div class="flex items-center gap-1 shrink-0">
|
||||
<div class="flex items-center gap-3 shrink-0">
|
||||
<TooltipKeybind
|
||||
class={web() ? "hidden xl:flex shrink-0 ml-14" : "hidden xl:flex shrink-0 ml-2"}
|
||||
placement="bottom"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue