Skip to content

Commit

Permalink
fix: 1px margin is px-px not px-1
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Jul 27, 2024
1 parent 0c8c96e commit f027567
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 @@ -33,7 +33,7 @@ export const CornerPlayer = () => {
{show && (
<m.div
key="corner-player"
className="group relative z-10 -mt-10 mb-10 w-full px-1"
className="group relative z-10 -mt-10 mb-10 w-full px-px"
initial={{ y: 50, opacity: 0 }}
animate={{ y: 0, opacity: 1 }}
exit={{ y: 50, opacity: 0 }}
Expand Down

0 comments on commit f027567

Please sign in to comment.