fix: feed list height when corner player show
Signed-off-by: Innei <i@innei.in>
This commit is contained in:
parent
3a70171366
commit
4471e46dc3
|
|
@ -48,7 +48,7 @@ export const CornerPlayer = () => {
|
|||
<AnimatePresence>
|
||||
{playerValue.show && entry && feed && (
|
||||
<m.div
|
||||
className="group absolute inset-x-0 bottom-10"
|
||||
className="group -mt-10 mb-10 w-full"
|
||||
initial={{ y: 50, opacity: 0 }}
|
||||
animate={{ y: 0, opacity: 1 }}
|
||||
exit={{ y: 50, opacity: 0 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue