Skip to content

Commit

Permalink
fix: update tailwind v4
Browse files Browse the repository at this point in the history
  • Loading branch information
wkylin committed Jan 23, 2025
1 parent e3d9601 commit a0dc9d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/container/musicPlayer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ const MusicPlayer = () => {

return (
<div className="absolute h-28 bottom-0 left-0 right-0 flex animate-slideup bg-linear-to-br from-white/10 to-[#2a2a80] backdrop-blur-lg z-10">
<div className="relative sm:px-12 px-8 w-full flex items-center justify-between">
<div className="relative flex items-center justify-between w-full px-8 sm:px-12">
<Track isPlaying={isPlaying} isActive={isActive} activeSong={activeSong} />
<div className="flex-1 flex flex-col items-center justify-center">
<div className="flex flex-col items-center justify-center flex-1">
<Controls
isPlaying={isPlaying}
isActive={isActive}
Expand Down

0 comments on commit a0dc9d3

Please sign in to comment.