feat(wizard): widen license lookup panel to 2 cols
All checks were successful
Staging Build / build (push) Successful in 2m55s

This commit is contained in:
DanielS
2026-07-14 14:35:00 +02:00
parent 72b906779c
commit 5a2afd8600

View File

@@ -735,15 +735,15 @@ export function OrderWizard({
animate={{ opacity: 1, x: 0 }} animate={{ opacity: 1, x: 0 }}
exit={{ opacity: 0, x: -20 }} exit={{ opacity: 0, x: -20 }}
> >
<div className="grid grid-cols-1 lg:grid-cols-4 gap-6 items-start"> <div className="grid grid-cols-1 lg:grid-cols-6 gap-6 items-start">
{/* FAR LEFT: License Lookup Panel (sticky) */} {/* FAR LEFT: License Lookup Panel (sticky) */}
<div className="lg:col-span-1 sticky top-6"> <div className="lg:col-span-2 sticky top-6">
<LicenseLookupPanel /> <LicenseLookupPanel />
</div> </div>
{/* CENTER: Sticky stepper + scrollable categories */} {/* CENTER: Sticky stepper + scrollable categories */}
<div className="lg:col-span-2 space-y-0"> <div className="lg:col-span-3 space-y-0">
{/* Sticky stepper header — only covers center column */} {/* Sticky stepper header — only covers center column */}
<div className="sticky top-0 z-20 bg-slate-950/80 backdrop-blur-md pb-4 pt-6 border-b border-white/5 mb-6"> <div className="sticky top-0 z-20 bg-slate-950/80 backdrop-blur-md pb-4 pt-6 border-b border-white/5 mb-6">
<p className="text-center text-slate-400 text-sm mb-4">Schritt 3 von 4 Software konfigurieren</p> <p className="text-center text-slate-400 text-sm mb-4">Schritt 3 von 4 Software konfigurieren</p>