levito / tt-rss-feedly-theme

Feedly theme for Tiny Tiny RSS
MIT License
643 stars 76 forks source link

[Improvement][Bug] Squished text. #61

Closed gothrek22 closed 5 years ago

gothrek22 commented 6 years ago

Hi,

at the moment the text within the expanded item tab is really squished to the left. It gets worse with bigger aspect ratios or higher resolution.

Would it be possible to change it so it uses more screen real estate?

Here's how it looks at the moment. image

gothrek22 commented 6 years ago

Seems to be an issue here: https://github.com/levito/tt-rss-feedly-theme/blob/master/feedly.css#L1366

setting it to 90% gives a better look.

levito commented 5 years ago

Closing since this is intended and you found a fix for you.

For recent versions, you can either edit https://github.com/levito/tt-rss-feedly-theme/blob/master/src/_content.less#L81 or add this to your custom stylesheet:

.content p { max-width: unset !important; }