Closed whaler-ragweed closed 1 year ago
@whaler-ragweed This is a pretty easy fix if you're comfortable editing a CSS file and building the app manually.
diff --git a/src/assets/stylesheets/app.css b/src/assets/stylesheets/app.css
index ab7aae2..35fe024 100644
--- a/src/assets/stylesheets/app.css
+++ b/src/assets/stylesheets/app.css
@@ -351,6 +351,7 @@ select.form-control:not([multiple]):not([size]) {
.content {
overflow-wrap: break-word;
line-height: 1.5;
+ max-width: 65ch;
}
.content img, .content video {
Default build:
After the CSS tweak:
I'll noodle around with this a bit more and then make a pull request though I'm not sure whether @nkanaev would be interested in such a change.
For high resolution screens (for example, iMac 4.5K display), the sentences are too long to read easily. I think it is good If there are some spaces beside the contents (like Feedbin or Feedly does).
yarr (long sentences)
Feedbin for reference (centered)