diff options
author | Ajay <[email protected]> | 2023-09-17 12:46:25 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-09-17 12:46:25 -0400 |
commit | 433bbbf90438ddf906a93e06bcfac915f2067542 (patch) | |
tree | 81873daf9b312bf0c54037c3e32d8bb21d975ff2 /manifest | |
parent | 6c2ee76198d8aaa429c0f1b2cfb9644c085c059c (diff) | |
download | SponsorBlock-433bbbf90438ddf906a93e06bcfac915f2067542.tar.gz SponsorBlock-433bbbf90438ddf906a93e06bcfac915f2067542.zip |
Remove popup css from content as iframes are used now
Fixes #1774
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest/manifest.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/manifest/manifest.json b/manifest/manifest.json index 3d106eb9..0cdc7019 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -17,9 +17,7 @@ ], "css": [ "content.css", - "shared.css", - "./libs/Source+Sans+Pro.css", - "popup.css" + "shared.css" ] }], "web_accessible_resources": [ |