From ccc3c0a4af14752227dfe5345071b30e8da58c00 Mon Sep 17 00:00:00 2001 From: alejandrobailo Date: Fri, 26 Jun 2026 11:34:30 +0200 Subject: [PATCH] fix(ui): align sidebar Scan button with main content top --- ui/components/ui/sidebar/menu.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/components/ui/sidebar/menu.tsx b/ui/components/ui/sidebar/menu.tsx index 3faba34030..3d548dfee3 100644 --- a/ui/components/ui/sidebar/menu.tsx +++ b/ui/components/ui/sidebar/menu.tsx @@ -83,8 +83,9 @@ export const Menu = ({ isOpen }: { isOpen: boolean }) => { return (
- {/* Launch Scan Button */} -
+ {/* Launch Scan Button — mt-1 aligns its top with the main content panel + (navbar 72px + py-4 = 88px), matching the fixed-height logo block. */} +
{isScansPage ? (