subtracks icon indicating copy to clipboard operation
subtracks copied to clipboard

Limit height of playlist description

Open metalheim opened this issue 2 years ago • 2 comments

My problem I have playlists with a long description. When viewing the playlist-list page (where all your playlists are shown), the looong descriptions cause the layout to look very ugly.

Describe the solution you'd like Only show the maximum X characters of the playlist description when in the playlist-list.

Describe alternatives you've considered Limit the height of the container element of the playlist-description and disable overflow (maybe even with text-overflow:ellipsis to indicate that its overflowing)

Additional context A screenshot: Screenshot_20220528-160814

metalheim avatar May 28 '22 14:05 metalheim

Hopefully this will be a quick resolve with the next version I'm working on, as I'm already working on making almost all of these list views like this have a set height for their items which increases their performance quite a bit.

austinried avatar May 29 '22 07:05 austinried

Awesome, thanks <3

metalheim avatar May 30 '22 11:05 metalheim

Fixed in 2.0.0

austinried avatar May 07 '23 21:05 austinried