diff --git a/app/components/FullScreenPlayer.tsx b/app/components/FullScreenPlayer.tsx index 499c78c..6d44ebf 100644 --- a/app/components/FullScreenPlayer.tsx +++ b/app/components/FullScreenPlayer.tsx @@ -395,7 +395,7 @@ export const FullScreenPlayer: React.FC = ({ isOpen, onCl {showLyrics && lyrics.length > 0 && (
- +
{lyrics.map((line, index) => (
= ({ isOpen, onCl wordWrap: 'break-word', overflowWrap: 'break-word', hyphens: 'auto', - paddingBottom: '8px' + paddingBottom: '8px', + paddingLeft: '9px' }} > {line.text || '♪'}