nkanaev / yarr

yet another rss reader
MIT License
3.02k stars 225 forks source link

Articles not loading due to lack of scrolling #93

Closed bielej closed 2 years ago

bielej commented 2 years ago

Basically, when the page is zoomed out or displayed on a high DPI display, articles won't load.
image 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.

bielej commented 2 years ago

A temporary fix can be made by adjusting the amount of entries per page

server/routes.go
312:            perPage := 20
nkanaev commented 2 years ago

@bielej thanks for the report. fixed in https://github.com/nkanaev/yarr/commit/684bc25b833a71377f1b54383784d4d259b75ad0.