discover page layout fixes: full-width hero, no scrollbar, taller tiles, no collapse on tab switch, unclipped glow

This commit is contained in:
2026-04-11 22:59:04 +03:00
parent c60db65bce
commit 688afa2546
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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 }}