aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--public/popup.css8
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
*/