-
Notifications
You must be signed in to change notification settings - Fork 4
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
It doesn't like fontawesome? #12
Comments
Error seems to be site-related. They used Font Awesome 4.7.0 (as you can see in /assets/iconfonts/font-awesome/css/font-awesome.min.css file, then for some reason tried to move to Font Awesome 5, but didn't implement it properly. In /assets/css/style.css?v=OUovYecavVzBdYbZPecvJQSXuzkldVs3pqpd0Bmrpbc there is a lines coming from /assets/css/template/_chat.scss: But I also encountered another FontAwesome with this extension. It breaks FontAwesome icons on https://interpals.net/ pages like search and profile. Unfortunately you can't see any icons when you are not logged in, so here is the screenshot: I fixed this by making an edit in content.js of this extension and loading it as unpacked in developer mode, but this is probably very bad fix and shouldn't be used. |
Describe the bug
Having the extension enabled breaks fontawesome icon in a scenario i experienced today
To Reproduce
Steps to reproduce the behavior:
Screenshots
extension enabled:
extension disabled:
Chrome version:
Chromium 123.0.6312.124
Additional context
The text was updated successfully, but these errors were encountered: