Skip to content

Commit

Permalink
feat: 🚑 Fix menubar
Browse files Browse the repository at this point in the history
  • Loading branch information
KhalilSelyan committed Sep 19, 2023
1 parent ae21a49 commit 93a33de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ export function Menu() {
<WindowTitlebar
controlsOrder="right"
// everything to the right of the window controls
className="ml-20 flex h-8 items-center bg-background text-white"
windowControlsProps={{ platform: "windows", justify: true }}
className="flex h-8 cursor-grab select-none items-center justify-end bg-background"
windowControlsProps={{ platform: "windows", className: "w-fit" }}
>
<h1 className="ml-auto select-none font-sans text-lg font-semibold">
<h1 className="pointer-events-none ml-auto font-sans text-lg font-semibold">
Autoware Build GUI
</h1>
</WindowTitlebar>
Expand Down

0 comments on commit 93a33de

Please sign in to comment.