Skip to content

Commit

Permalink
fix: feed list height when corner player show
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jul 26, 2024
1 parent 3a70171 commit 4471e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/modules/feed-column/corner-player.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 4471e46

Please sign in to comment.