fix fullscreen player transition

This commit is contained in:
jeffvli
2025-12-07 03:08:19 -08:00
parent 9c81487f98
commit 56098c6617
5 changed files with 36 additions and 24 deletions
@@ -566,7 +566,7 @@ const containerVariants: Variants = {
ease: 'easeInOut',
},
width: '100vw',
y: -100,
y: 0,
};
},
open: (custom) => {