patrickmatte / scroll-capture

18 stars 5 forks source link

Missing Icons #35

Closed ThioJoe closed 6 months ago

ThioJoe commented 6 months ago

Not sure if this is related to #34, but I noticed on Facebook.com pages, the video capture window doesn't seem to have any symbols:

image

I've tried on both on the Stable and Beta versions of chrome and in Incognito mode. I've checked on several other sites but this seems to be the only one it does it on.

And in this case, it does not seem to produce any errors either in the dev console or after enabling "collect errors" for the extension.

patrickmatte commented 6 months ago

Thanks for reporting it, I thought I had already fixed this. It's just the facebook css that is messing up the icons. I can try to override it with the !important keyword #facebook .system-fonts--body span { font-family: inherit; }