We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3c290 commit a48c27aCopy full SHA for a48c27a
src/components/Player.tsx
@@ -111,7 +111,7 @@ const Player = ({ artistSlugsToName }: Props) => {
111
<div>{durationToHHMMSS(playback.activeTrack.currentTime)}</div>
112
</div>
113
<Flex column className="justify-center pb-1">
114
- <div className="song-title relative top-1 text-[1em] text-gray-900">
+ <div className="song-title relative top-1 text-center text-[1em] text-gray-900">
115
{activeTrack.title}
116
{false && (
117
<Flex className="text-foreground-muted absolute top-[2px] left-full ml-2 w-full items-center text-[0.8em]">
0 commit comments