leinelissen / jellyfin-audio-player

🎵 A gorgeous Jellyfin audio streaming app for iOS and Android
https://fintunes.app
MIT License
657 stars 26 forks source link

10th song in an album has an extra space before the name of the song #172

Open dbolger opened 9 months ago

dbolger commented 9 months ago

For all of the albums I have on my Jellyfin instance, every tenth song on the FinTunes app is showing up with an extra space on the tenth song.

SmaMan commented 6 months ago

I think it’s because the extra digit is moving everything over. IMG_9136

dbolger commented 6 months ago

Maybe for the sake of the design, the column that contains the current track # should be as wide as it's longest number and the track # could be right-aligned.

Or making the column dynamic until a certain number is reached (10k?) and having it right-aligned should do it