stefanpaduraru / playlist-randomizer

A small React app that makes use of Redux, React Router and Material UI
http://playlist-randomizer.com
48 stars 11 forks source link

Scaling the 'your playlists' list #33

Open ski-freak opened 2 years ago

ski-freak commented 2 years ago

The list of playlists is a set height, and does not scale with page size. So on a large display it still only shows 3.5 playlists with a scroll bar, instead of just making the list go down more. Feels highly inefficient to have to be scrolling when there is 80% of the screen left to go.

Improving this would be nice 👍

ski-freak commented 2 years ago

image Here is an image for reference :)