nkanaev / yarr

yet another rss reader
MIT License
3.03k stars 224 forks source link

Spacing between an image and a paragraph are too close #149

Closed whaler-ragweed closed 1 year ago

whaler-ragweed commented 1 year ago

In some feeds, an image and a paragraph (which is the content, not a description of the image) are too close, and in other feeds they are well-situated. Don't know if it is a bug. Should we make the spacing consistent?

1 2 3
nkanaev commented 1 year ago

partially resolved in https://github.com/nkanaev/yarr/commit/a96fc101f25d7c227866df4790f8932b189ab139.

some feeds (macrumors, as an example) provide content in non-semantic html (div abuse), which is hard to resolve without breaking image rendering in other feeds (using inline images).