Closed bielej closed 2 years ago
A temporary fix can be made by adjusting the amount of entries per page
server/routes.go
312: perPage := 20
@bielej thanks for the report. fixed in https://github.com/nkanaev/yarr/commit/684bc25b833a71377f1b54383784d4d259b75ad0.
Basically, when the page is zoomed out or displayed on a high DPI display, articles won't load.
If you zoom in the page the articles will load just fine, but zooming in every time to load new articles is a little bit annoying.