iampueroo / rComments

Chrome and Firefox extension for quickly exploring Reddit comments and replies without having to click through to the post!
http://iampueroo.github.io/rComments/
37 stars 3 forks source link

Line spacing too small in new reddit styles #22

Closed Ved-un closed 3 years ago

Ved-un commented 3 years ago

Nice addon. But is it possible to increase the line spacing? or reduce the font?

https://i.imgur.com/HSmMnDI.png

Difficult to read, lines merge.

iampueroo commented 3 years ago

Thanks @Ved-un for the much needed issue. I've upped the styles and below are the previews. I'll be publishing a new version and you should be seeing it next week. I'll keep this issue open until then!

Firefox - Before Firefox - After
Chrome - Before Chrome - After
iampueroo commented 3 years ago

Note to self: this improvement only affects new Reddit styles, not old.reddit.com, as the elements inherit the line-height and <p> margin styles from Reddit's stylesheets.

iampueroo commented 3 years ago

@Ved-un I'm resolving this as I published the new version with improved line and paragraph spacing. It is now available in Firefox and soon in Chrome (once the version gets approved). Feel free to reopen if there are further line-spacing issues.

Please note that I found out that the root cause of this issue (Reddit styles are not being applied to the extension's popup) also means that most of the supported markdown one can use on Reddit comments isn't being supported either. I opened up issue #23 in to track and fix with the next version. Note that this bug does not exist on old Reddit, as the stylesheet issue is not a problem on there.

Thanks again for submitting the issue!