fix: Widen task slide-over panel from max-w-md to max-w-xl

This commit is contained in:
Lukas May
2026-03-04 08:33:48 +01:00
parent b223427bd3
commit 095b23a825

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-md flex-col border-l border-border bg-background shadow-xl"
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"
initial={{ x: "100%" }}
animate={{ x: 0 }}
exit={{ x: "100%" }}