mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
fix title alignment on mobile player
This commit is contained in:
@@ -39,7 +39,12 @@ export const MobileFullscreenPlayerMetadata = memo(
|
||||
return (
|
||||
<div className={styles.metadataContainer}>
|
||||
<div className={styles.titleRow}>
|
||||
<TextTitle className={PlaybackSelectors.songTitle} fw={700} order={2}>
|
||||
<TextTitle
|
||||
className={PlaybackSelectors.songTitle}
|
||||
fw={700}
|
||||
order={2}
|
||||
ta="center"
|
||||
>
|
||||
{title || '—'}
|
||||
</TextTitle>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user