we're basically done

This commit is contained in:
Maze Winther
2026-01-27 16:39:59 +01:00
parent af3100950e
commit 1f8391487e
70 changed files with 1230 additions and 699 deletions
@@ -106,7 +106,7 @@ function FadeOverlay({
return (
<div
className={cn(
"pointer-events-none absolute right-0 left-0 h-6 transition-opacity duration-200",
"pointer-events-none absolute right-0 left-0 h-6",
direction === "top" && show
? "from-panel top-0 bg-gradient-to-b to-transparent"
: "from-panel bottom-0 bg-gradient-to-t to-transparent",