From b0b587835e77ef9ed1583f739adea4b1617739a0 Mon Sep 17 00:00:00 2001 From: angel Date: Thu, 19 Jun 2025 21:10:18 +0000 Subject: [PATCH] fix: adjust ScrollArea width and add padding for improved lyric display --- app/components/FullScreenPlayer.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 || '♪'}