Fix popup width when rendered in-page

This commit is contained in:
Alec Rust 2022-03-13 11:03:37 +00:00
parent 5b62e76a63
commit 24fc5e4370
No known key found for this signature in database
GPG key ID: EB374231DBCA5067

View file

@ -33,6 +33,14 @@
text-align: center;
}
/*
* Disable fixed popup width when displayed inline
*/
#sponsorBlockPopupContainer #sponsorBlockPopupBody {
width: auto;
}
/*
* Disable transition on all elements until the extension has loaded
*/