aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/popup.css
diff options
context:
space:
mode:
authorAjay <[email protected]>2022-09-01 15:21:23 -0400
committerAjay <[email protected]>2022-09-01 15:21:23 -0400
commit3e40745621246d0e9b0fade5dcc0306d09b6522d (patch)
treef3d904f71f34af23761abe406334a6931cc86d14 /public/popup.css
parentc6e30236e973e7764582bf7a0b8f0f10bdc73fbb (diff)
parentf05d081cd6f57132e92da87d477dd56b26d45963 (diff)
downloadSponsorBlock-3e40745621246d0e9b0fade5dcc0306d09b6522d.tar.gz
SponsorBlock-3e40745621246d0e9b0fade5dcc0306d09b6522d.zip
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into chapterschapters
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 b9656c26..e2494158 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;
}
@@ -240,7 +244,7 @@
border-radius: 50%;
display: inline-block;
}
-/*
+/*
* Category name in segment
*/
.summaryLabel {
@@ -544,7 +548,7 @@
background: var(--sb-grey-bg-color);
}
-/*
+/*
* Submissions
*/
#sponsorTimesContributionsContainer {