Skip to content

Commit 7654d2c

Browse files
authored
Merge pull request #76 from RelistenNet/player-text-align
fix player text positioning
2 parents 322ac66 + c4c9008 commit 7654d2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Player.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ const Player = ({ artistSlugsToName }: Props) => {
9999
</div>
100100
<div>{durationToHHMMSS(playback.activeTrack.currentTime)}</div>
101101
</div>
102-
<Flex column className="justify-around py-2">
103-
<div className="song-title relative text-[1em] text-gray-900">
102+
<Flex column className="justify-center pb-1">
103+
<div className="song-title relative top-1 text-[1em] text-gray-900">
104104
{activeTrack.title}
105105
{false && (
106106
<Flex className="absolute left-full top-[2px] ml-2 w-full items-center text-[0.8em] text-gray-600">

0 commit comments

Comments
 (0)