mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-01-31 14:51:13 +03:00
Fix some css issues on cloudtube
This commit is contained in:
@@ -122,6 +122,11 @@
|
|||||||
border-collapse: unset;
|
border-collapse: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* For Cloudtube */
|
||||||
|
.sponsorSkipNotice td, .sponsorSkipNotice table, .sponsorSkipNotice th {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
.sponsorSkipNoticeFadeIn {
|
.sponsorSkipNoticeFadeIn {
|
||||||
animation: fadeIn 0.5s;
|
animation: fadeIn 0.5s;
|
||||||
}
|
}
|
||||||
@@ -130,7 +135,7 @@
|
|||||||
animation: fadeOut 3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
animation: fadeOut 3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sponsorSkipNoticeTimeLeft {
|
.sponsorSkipNotice .sponsorSkipNoticeTimeLeft {
|
||||||
color: #eeeeee;
|
color: #eeeeee;
|
||||||
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
@@ -147,7 +152,7 @@
|
|||||||
transition: bottom 0.2s;
|
transition: bottom 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sponsorSkipNoticeUnskipSection {
|
.sponsorSkipNotice .sponsorSkipNoticeUnskipSection {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
||||||
border-left: 1px solid rgb(150, 150, 150);
|
border-left: 1px solid rgb(150, 150, 150);
|
||||||
@@ -412,10 +417,6 @@ input::-webkit-inner-spin-button {
|
|||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.helpButton {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.helpButton {
|
.helpButton {
|
||||||
height: 25px;
|
height: 25px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
@@ -44,6 +44,7 @@
|
|||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<div class="small-description">(__MSG_supportedSites__ Invidious, CloudTube)</div>
|
<div class="small-description">(__MSG_supportedSites__ Invidious, CloudTube)</div>
|
||||||
|
<br/>
|
||||||
<div class="small-description">__MSG_supportOtherSitesDescription__ </div>
|
<div class="small-description">__MSG_supportOtherSitesDescription__ </div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user