aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/content.css
diff options
context:
space:
mode:
authorAjay <[email protected]>2022-06-03 02:20:30 -0400
committerAjay <[email protected]>2022-06-03 02:20:30 -0400
commitc3cb450e92307b6184c6fef6c3726c7b6cc56d21 (patch)
tree2d24837f5cdc718a7692ac719f720a6856f2a555 /public/content.css
parent621e28c7e7d888d7078147223d6823d1b0ddf592 (diff)
parenta18f431e06c45c3d99849a4f6c7942dd28aa6581 (diff)
downloadSponsorBlock-c3cb450e92307b6184c6fef6c3726c7b6cc56d21.tar.gz
SponsorBlock-c3cb450e92307b6184c6fef6c3726c7b6cc56d21.zip
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into chapters
Diffstat (limited to 'public/content.css')
-rw-r--r--public/content.css30
1 files changed, 26 insertions, 4 deletions
diff --git a/public/content.css b/public/content.css
index 8bd293fe..1ece0212 100644
--- a/public/content.css
+++ b/public/content.css
@@ -190,9 +190,6 @@ div:hover > .sponsorBlockChapterBar {
}
.sponsorSkipNoticeParent, .sponsorSkipNotice {
- min-width: 350px;
- max-width: 50%;
-
border-spacing: var(--skip-notice-border-horizontal) var(--skip-notice-border-vertical);
padding-left: var(--skip-notice-padding);
padding-right: var(--skip-notice-padding);
@@ -200,6 +197,15 @@ div:hover > .sponsorBlockChapterBar {
border-collapse: unset;
}
+.sponsorSkipNoticeParent {
+ min-width: 350px;
+ max-width: 50%;
+}
+
+.sponsorSkipNotice {
+ width: 100%;
+}
+
.sponsorSkipNoticeTableContainer {
background-color: rgba(28, 28, 28, 0.9);
border-radius: 5px;
@@ -211,7 +217,7 @@ div:hover > .sponsorBlockChapterBar {
}
.sponsorSkipNoticeLimitWidth {
- min-width: calc(100% - 50px);
+ max-width: calc(100% - 50px);
}
.sponsorSkipNotice .hidden {
@@ -386,6 +392,22 @@ div:hover > .sponsorBlockChapterBar {
color: rgb(235, 235, 235);
}
+.sb-guidelines-notice .sponsorTimesInfoMessage td {
+ padding-left: 5px;
+ padding-top: 2px;
+ padding-bottom: 2px;
+ font-size: 15px;
+
+ display: flex;
+ align-items: center;
+}
+
+.sponsorTimesInfoIcon {
+ width: 30px;
+ padding-right: 10px;
+ padding-left: 10px;
+}
+
.segmentSummary {
outline: none !important;
}