Skip to content

Commit b909307

Browse files
committed
fix length of song title
1 parent 4e124c5 commit b909307

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/features/player/components/full-screen-player-image.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export const FullScreenPlayerImage = () => {
164164
lh="1.2"
165165
overflow="hidden"
166166
size="4xl"
167-
w="fit-content"
167+
w={forkTheme === 'pyxfluff' ? 'fit-content' : '100%'}
168168
>
169169
{currentSong?.name}
170170
</Text>

0 commit comments

Comments
 (0)