discover page layout fixes: full-width hero, no scrollbar, taller tiles, no collapse on tab switch, unclipped glow
This commit is contained in:
@@ -91,7 +91,7 @@ export function MoodRow({ moodId, kind }: { moodId: string; kind: 'movie' | 'tv'
|
||||
const mood = DISCOVER_MOODS.find(m => m.id === moodId)
|
||||
if (!mood) return null
|
||||
return (
|
||||
<AnimatePresence mode="wait">
|
||||
<AnimatePresence>
|
||||
<motion.div
|
||||
key={moodId + ':' + kind}
|
||||
initial={{ opacity: 0, y: 8 }}
|
||||
|
||||
Reference in New Issue
Block a user