Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feed Heading Overlapping Favicon #124

Open
thomas-333 opened this issue Feb 2, 2024 · 2 comments
Open

Feed Heading Overlapping Favicon #124

thomas-333 opened this issue Feb 2, 2024 · 2 comments

Comments

@thomas-333
Copy link

thomas-333 commented Feb 2, 2024

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

@thomas-333
Copy link
Author

thomas-333 commented Feb 29, 2024

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

@thomas-333
Copy link
Author

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;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant