From 24fc5e4370a9ea579b46f977ef59bb84533ac0af Mon Sep 17 00:00:00 2001 From: Alec Rust Date: Sun, 13 Mar 2022 11:03:37 +0000 Subject: [PATCH] Fix popup width when rendered in-page --- public/popup.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/popup.css b/public/popup.css index 43320ce1..a3400503 100644 --- a/public/popup.css +++ b/public/popup.css @@ -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 */