Can't scroll album view on large screen
Describe the bug
On load, spot displays a grid of albums.
On a 4k screen, you can see all the albums that are loaded by default.
This means the page isn't scrollable.
The infinite scroll mechanism seems to only load another page on scroll.
Hence, you can't load another page on a large screen.
To Reproduce
Steps to reproduce the behavior:
- Open spot on a screen large enough to show a page of albums (4k should do it, might depend on system font size?)
- Try to scroll to the next page of albums
Expected behavior
Spot should load and show more albums.
Screenshots

General information:
Kernel: Linux 5.12.12-arch1-1 Distro: Linux Installation method: nix Version: 0.1.14 Device used: desktop
Hi! Thanks for the report! Indeed, we should probably estimate the amount of albums to show based on the window size, or provide a fallback "load more" button/item