fix: feed list height when corner player show

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-07-26 17:12:21 +08:00
parent 3a70171366
commit 4471e46dc3
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}