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