Open thomas-333 opened 9 months ago
In case this helps anyone else I'm no coder however I have managed to "fix" this, at least for me:
At position 90,371 in feedly,css is:
.feed-title .title{letter-spacing:.05em;
Change this to read:
.feed-title .title{margin-left:25px;letter-spacing:.05em;
And then save the file as something like feedly-fixed.css in themes.local. You can then select this fixed theme in tt-rss prefs
Just to add to this in case this helps anyone else.
The better way to fix this is using the following custom css in tt-rss prefs:
.feed-title .title {
margin-left:25px;
}
Hi
A recent tt-rss commit has broken the formatting in the article view. The feed header now overlaps with the favicon. I have confirmed that this isn't a tt-rss issue.
See here:
https://community.tt-rss.org/t/feed-heading-overlapping-favicon/6295/3