fix(ui): align sidebar Scan button with main content top

This commit is contained in:
alejandrobailo
2026-06-26 11:34:30 +02:00
parent 11b1646217
commit ccc3c0a4af
+3 -2
View File
@@ -83,8 +83,9 @@ export const Menu = ({ isOpen }: { isOpen: boolean }) => {
return (
<div className="flex h-full flex-col overflow-hidden">
{/* Launch Scan Button */}
<div className="flex shrink-0 justify-center px-2">
{/* Launch Scan Button — mt-1 aligns its top with the main content panel
(navbar 72px + py-4 = 88px), matching the fixed-height logo block. */}
<div className="mt-1 flex shrink-0 justify-center px-2">
<Tooltip delayDuration={100}>
<TooltipTrigger asChild>
{isScansPage ? (