mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
fix: 专辑页面歌名翻译被换行 (#1447)
This commit is contained in:
parent
b5f681631e
commit
9f890072d3
1 changed files with 11 additions and 11 deletions
|
|
@ -123,18 +123,18 @@ const Track = memo(
|
||||||
className='ml-1.5 mt-[2px] h-4 w-4 text-gray-300 dark:text-gray-500'
|
className='ml-1.5 mt-[2px] h-4 w-4 text-gray-300 dark:text-gray-500'
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
{subtitle && (
|
||||||
|
<span
|
||||||
|
title={subtitle}
|
||||||
|
className={classNames(
|
||||||
|
'ml-1',
|
||||||
|
isHighlight ? 'text-brand-500/[.8]' : 'text-gray-400'
|
||||||
|
)}
|
||||||
|
>
|
||||||
|
({subtitle})
|
||||||
|
</span>
|
||||||
|
)}
|
||||||
</span>
|
</span>
|
||||||
{subtitle && (
|
|
||||||
<span
|
|
||||||
title={subtitle}
|
|
||||||
className={classNames(
|
|
||||||
'ml-1',
|
|
||||||
isHighlight ? 'text-brand-500/[.8]' : 'text-gray-400'
|
|
||||||
)}
|
|
||||||
>
|
|
||||||
({subtitle})
|
|
||||||
</span>
|
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue