Merge pull request #1654 from mchangrh/fix-large-img

load shared.css on third party sites
This commit is contained in:
Ajay Ramachandran 2023-01-28 16:42:52 -05:00 committed by GitHub
commit c9fc22e51e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,8 @@ export default class Utils {
css = [ css = [
"content.css", "content.css",
"./libs/Source+Sans+Pro.css", "./libs/Source+Sans+Pro.css",
"popup.css" "popup.css",
"shared.css"
]; ];
/* Used for waitForElement */ /* Used for waitForElement */