Skip to content

Commit 30ee4ef

Browse files
committed
Update top-bar.tsx
1 parent f3e48e4 commit 30ee4ef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/desktop-ui/src/components/shell/top-bar.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ export function TopBar() {
7575
data-tauri-drag-region
7676
className={cn(
7777
'flex h-14 w-full shrink-0 items-center gap-3 border-b border-border bg-[hsl(var(--surface-2))]',
78-
!isTauri ? 'px-4' : isFullscreen ? 'pl-4 pr-6' : 'pl-[74px] pr-6',
78+
!isTauri ? 'px-4' : 'pr-6',
7979
)}
80+
style={isTauri ? { paddingLeft: isFullscreen ? 16 : 92 } : undefined}
8081
>
8182
{/* Brand → dashboard. Text wordmark in Courier Prime, no logo mark. */}
8283
<button

0 commit comments

Comments
 (0)