aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/popup.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/popup.css')
-rw-r--r--public/popup.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/public/popup.css b/public/popup.css
index 783300ab..f314ae03 100644
--- a/public/popup.css
+++ b/public/popup.css
@@ -100,6 +100,10 @@
margin-bottom: 16px;
}
+#sponsorBlockPopupContainer iframe {
+ width: 100%;
+}
+
/*
* Disable popup max height when displayed in-page (content.ts)
*/
@@ -110,7 +114,7 @@
/*
* Disable fixed popup width when displayed in-page (content.ts)
*/
-#sponsorBlockPopupContainer #sponsorBlockPopupBody {
+#sponsorBlockPopupBody.is-embedded {
width: auto;
}
@@ -207,7 +211,7 @@
border-radius: 50%;
display: inline-block;
}
-/*
+/*
* Category name in segment
*/
.summaryLabel {
@@ -511,7 +515,7 @@
background: var(--sb-grey-bg-color);
}
-/*
+/*
* Submissions
*/
#sponsorTimesContributionsContainer {