diff options
author | Alec Rust <[email protected]> | 2022-03-13 11:03:37 +0000 |
---|---|---|
committer | Alec Rust <[email protected]> | 2022-03-17 17:47:52 +0000 |
commit | 24fc5e4370a9ea579b46f977ef59bb84533ac0af (patch) | |
tree | 73a6dc6ee9fd3ef6c1d5912de435964a7e8d3f6b | |
parent | 5b62e76a63389ff4483ac23df6c765cbe8a09ae1 (diff) | |
download | SponsorBlock-24fc5e4370a9ea579b46f977ef59bb84533ac0af.tar.gz SponsorBlock-24fc5e4370a9ea579b46f977ef59bb84533ac0af.zip |
Fix popup width when rendered in-page
-rw-r--r-- | public/popup.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/popup.css b/public/popup.css index 43320ce1..a3400503 100644 --- a/public/popup.css +++ b/public/popup.css @@ -34,6 +34,14 @@ } /* + * Disable fixed popup width when displayed inline + */ + +#sponsorBlockPopupContainer #sponsorBlockPopupBody { + width: auto; +} + +/* * Disable transition on all elements until the extension has loaded */ |