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,7 +123,6 @@ 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'
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</span>
|
|
||||||
{subtitle && (
|
{subtitle && (
|
||||||
<span
|
<span
|
||||||
title={subtitle}
|
title={subtitle}
|
||||||
|
|
@ -135,6 +134,7 @@ const Track = memo(
|
||||||
({subtitle})
|
({subtitle})
|
||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue