fix: Widen task slide-over panel to max-w-2xl (672px)

This commit is contained in:
Lukas May
2026-03-04 08:51:37 +01:00
parent 095b23a825
commit 38be28e443

View File

@@ -61,7 +61,7 @@ export function TaskSlideOver() {
{/* Panel */}
<motion.div
className="fixed inset-y-0 right-0 z-50 flex w-full max-w-xl flex-col border-l border-border bg-background shadow-xl"
className="fixed inset-y-0 right-0 z-50 flex w-full max-w-2xl flex-col border-l border-border bg-background shadow-xl"
initial={{ x: "100%" }}
animate={{ x: 0 }}
exit={{ x: "100%" }}