homerchen19 / github-file-icons

🌈 🗂 A browser extension which gives different filetypes different icons to GitHub, GitLab, gitea and gogs.
https://chrome.google.com/webstore/detail/file-icon-for-github-and/ficfmibkjjnpogdcfhfokmihanoldbfe
MIT License
1.43k stars 68 forks source link

Addon doesn't work on Github mobile layout #23

Closed RoiEXLab closed 6 years ago

RoiEXLab commented 6 years ago

Nice Addon. Didn't knew I needed this until I saw it. However I noticed it doesn't seem to work on my android phone using the mobile layout of Github (the desktop version works without problems)

gluons commented 6 years ago

Seem that it doesn't support mobile site yet.

GitHub use tr.js-navigation-item > td.icon > .octicon element as icon in Desktop Site. But in Mobile Site, it is a.list-item > .octicon.

It needs some change for mobile.

homerchen19 commented 6 years ago

Cool I don't notice this issue. I would fix it when I have spare time, but PRs are welcome!