Feed Heading Overlapping Favicon

  • Yes I’m using stock docker compose setup, unmodified.
  • [Yes] I’m using docker compose setup, with modifications (modified .yml files, third party plugins/themes, etc.) - if so, describe your modifications in your post. Before reporting, see if your issue can be reproduced on the unmodified setup.
  • [N/A] I’m not using docker on my primary instance, but my issue can be reproduced on the aforementioned docker setup and/or official demo.

I’ve recently updated ttrss and the feed heading is overlapping the favicon as in the attached picture in the article pane.

I’m using the feedly_auto theme and this doesn’t happen with the default theme (although this doesn’t use the favicon in the article view) so this may well not be a ttrss issue and instead feedly may need to be updated. I haven’t updated in a few weeks so I’m uncertain what commit has cause the issue.

Fox, if feedly needs to be updated let me know and I will raise this elsewhere.

Thanks.

Tiny Tiny RSS v24.02-528fad51

Capture

there’s your answer.

/20char

Thanks for the response Fox. I’ll raise this with Feedly.

Just to add to this thread to help out anyone else using the Feedly theme I managed to fix this with the following custom CSS:

.feed-title .title { 
   margin-left:25px;
}