diff --git a/packages/desktop/src/components/ui/app-shell.tsx b/packages/desktop/src/components/ui/app-shell.tsx index f994dcb..af3d965 100644 --- a/packages/desktop/src/components/ui/app-shell.tsx +++ b/packages/desktop/src/components/ui/app-shell.tsx @@ -373,12 +373,17 @@ function AccountMenu({ account, renderLink }: { account: AppAccount; renderLink? function Brand({ brand, renderLink }: { brand: AppShellBrand; renderLink?: AppLinkRenderer }) { const content = ( <> + {/* Collapsed, the button keeps its 8px padding but the tile is the full + 32px rail width, so it hangs off to the right; pulling it back by the + padding puts it on the same centre line as the nav icons. */} {brand.logo && ( -