LNReader / lnreader

Light novel reader for Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paragraph Spacing option

farukvay opened this issue · comments

Describe your suggested feature

I have been using this app for some days and love its library of resources. but the only thing that's bothering me is that this app doesn't have a Paragraph Spacing option. Most of the novel paragraphs are way too close to each other. And the Line Height option doesn't help that much. I am currently in love with this app but it will be even more perfect for us if there is a Paragraph Spacing option. So is there a way I can adjust the paragraphs? i heard I can increase the spacing with custom CSS but I don't know how. So please help. If its possible please reply.
Thank You!

Other details

Without paragraph spacing the chapters are ok but I think they are too close to each other.
image

With good paragraph spacing the chapters look more refined and elegant.
image

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
  • I have written a short but informative title.
  • If this is an issue with a source, I should be opening an issue in the sources repository.
  • I have updated the app to version 1.1.19.
  • I will fill out all of the requested information in this form.

Someone helped me. with custom CSS...

p {
line-height: 30px;

+ p {
    margin-top: 60px;
}

}
////