mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-14 23:47:04 +03:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e87efe2c67 | ||
|
|
069299e968 | ||
|
|
4d09a603fe | ||
|
|
8b595af5e9 | ||
|
|
41739a8799 | ||
|
|
23bebbca7c |
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "__MSG_fullName__",
|
"name": "__MSG_fullName__",
|
||||||
"short_name": "SponsorBlock",
|
"short_name": "SponsorBlock",
|
||||||
"version": "3.5",
|
"version": "3.5.1",
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"description": "__MSG_Description__",
|
"description": "__MSG_Description__",
|
||||||
"homepage_url": "https://sponsor.ajay.app",
|
"homepage_url": "https://sponsor.ajay.app",
|
||||||
|
|||||||
@@ -538,6 +538,10 @@ input::-webkit-inner-spin-button {
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.skipButtonControlBarContainer.hidden {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.skipButtonControlBarContainer.mobile {
|
.skipButtonControlBarContainer.mobile {
|
||||||
bottom: 30%;
|
bottom: 30%;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title> SponsorBlock </title>
|
<title> SponsorBlock </title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
|
||||||
<link href="styles.css" rel="stylesheet"/>
|
<link href="styles.css" rel="stylesheet"/>
|
||||||
|
|
||||||
@@ -39,7 +40,7 @@
|
|||||||
__MSG_helpPageFeatureDisclaimer__
|
__MSG_helpPageFeatureDisclaimer__
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<iframe src="../options/options.html#embed" width="100%" height="500px" style="border: none"></iframe>
|
<iframe class="optionsFrame" src="../options/options.html#embed" style="border: none"></iframe>
|
||||||
|
|
||||||
<h1>__MSG_helpPageHowSkippingWorks__</h1>
|
<h1>__MSG_helpPageHowSkippingWorks__</h1>
|
||||||
|
|
||||||
@@ -56,14 +57,12 @@
|
|||||||
__MSG_helpPageHowSkippingWorks2__
|
__MSG_helpPageHowSkippingWorks2__
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="center"><img height="120px" src="images/voting on notice.gif"></div>
|
<div class="center"><img src="images/voting on notice.gif"></div>
|
||||||
|
|
||||||
<h1>__MSG_Submitting__</h1>
|
<h1>__MSG_Submitting__</h1>
|
||||||
|
|
||||||
<p class="projectPreview">
|
<p class="projectPreview">
|
||||||
<span class="projectPreviewImageLargeRight">
|
<img class="projectPreviewImageLarge" src="https://i.imgur.com/A1ilk6x.gif">
|
||||||
<img src="https://i.imgur.com/A1ilk6x.gif">
|
|
||||||
</span>
|
|
||||||
|
|
||||||
__MSG_helpPageSubmitting1__
|
__MSG_helpPageSubmitting1__
|
||||||
|
|
||||||
|
|||||||
@@ -40,14 +40,6 @@ body {
|
|||||||
transform: translateY(-20%);
|
transform: translateY(-20%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.projectPreviewImageLargeRight {
|
|
||||||
position: absolute;
|
|
||||||
right: -210px;
|
|
||||||
width: 200px;
|
|
||||||
top: 50%;
|
|
||||||
transform: translateY(-50%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.createdBy {
|
.createdBy {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -142,18 +134,9 @@ p,li,code,a {
|
|||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (orientation:portrait) {
|
.optionsFrame {
|
||||||
p,li,code,a {
|
width: 100%;
|
||||||
max-width: 100%;
|
height: 500px;
|
||||||
}
|
|
||||||
|
|
||||||
.projectPreviewImage {
|
|
||||||
position: unset;
|
|
||||||
width: 130px;
|
|
||||||
display: block;
|
|
||||||
margin: auto;
|
|
||||||
transform: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.previewImage {
|
.previewImage {
|
||||||
@@ -187,4 +170,33 @@ svg {
|
|||||||
|
|
||||||
#sbDonate {
|
#sbDonate {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (orientation:portrait) {
|
||||||
|
.projectPreviewImage {
|
||||||
|
position: unset;
|
||||||
|
width: 50%;
|
||||||
|
display: block;
|
||||||
|
margin: auto;
|
||||||
|
transform: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.projectPreviewImageLarge {
|
||||||
|
position: unset;
|
||||||
|
left: 0;
|
||||||
|
width: 50%;
|
||||||
|
display: block;
|
||||||
|
margin: auto;
|
||||||
|
transform: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 5px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
p,li,code,a {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -152,8 +152,7 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo
|
|||||||
|
|
||||||
<div id={"sponsorTimesContainer" + this.idSuffix}
|
<div id={"sponsorTimesContainer" + this.idSuffix}
|
||||||
className="sponsorTimeDisplay"
|
className="sponsorTimeDisplay"
|
||||||
onClick={this.toggleEditTime.bind(this)}
|
onClick={this.toggleEditTime.bind(this)}>
|
||||||
onWheel={this.toggleEditTime.bind(this)}>
|
|
||||||
{utils.getFormattedTime(segment[0], true) +
|
{utils.getFormattedTime(segment[0], true) +
|
||||||
((!isNaN(segment[1]) && getCategoryActionType(sponsorTime.category) === CategoryActionType.Skippable)
|
((!isNaN(segment[1]) && getCategoryActionType(sponsorTime.category) === CategoryActionType.Skippable)
|
||||||
? " " + chrome.i18n.getMessage("to") + " " + utils.getFormattedTime(segment[1], true) : "")}
|
? " " + chrome.i18n.getMessage("to") + " " + utils.getFormattedTime(segment[1], true) : "")}
|
||||||
|
|||||||
Reference in New Issue
Block a user