Small changes

This commit is contained in:
mmble
2020-09-23 21:29:49 +02:00
parent e3fb851713
commit 8cd3d92639
3 changed files with 7 additions and 7 deletions

6
package-lock.json generated
View File

@@ -3572,9 +3572,9 @@
} }
}, },
"bl": { "bl": {
"version": "1.2.2", "version": "1.2.3",
"resolved": "https://registry.npmjs.org/bl/-/bl-1.2.2.tgz", "resolved": "https://registry.npmjs.org/bl/-/bl-1.2.3.tgz",
"integrity": "sha512-e8tQYnZodmebYDWGH7KMRvtzKXaJHx3BbilrgZCfvyLUYdKpK1t5PSPmpkny/SgiTSCnjfLW7v5rlONXVFkQEA==", "integrity": "sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww==",
"dev": true, "dev": true,
"requires": { "requires": {
"readable-stream": "^2.3.5", "readable-stream": "^2.3.5",

View File

@@ -185,7 +185,7 @@ div.logoText>p, .sbHeader {
margin-bottom: 6px !important; margin-bottom: 6px !important;
} }
#videoInfo, #mainControls, .sidebyside, #sponsorTimesSkipsDoneContainer, .largeButton, #submissionSection>b { #videoInfo, #mainControls, .sidebyside, #sponsorTimesSkipsDoneContainer, .largeButton {
margin-bottom: 12px !important; margin-bottom: 12px !important;
} }
#mainControls{ #mainControls{

View File

@@ -62,12 +62,12 @@
__MSG_recordTimesDescription__ __MSG_recordTimesDescription__
</p> </p>
<sub style="margin-bottom: 12px;">__MSG_popupHint__</sub> <sub style="margin-bottom: 12px;">__MSG_popupHint__</sub>
<div style="margin-bottom: 12px;"> <div>
<button id="sponsorStart" class="mediumButton">__MSG_sponsorStart__</button> <button id="sponsorStart" class="mediumButton">__MSG_sponsorStart__</button>
</div> </div>
<div id="submissionSection" style="display: none"> <div id="submissionSection" style="display: none">
<b style="display:block;">Section editing will appear after you click submit</b> <b style="display: block; margin-top: 12px;">Section editing will appear after you click submit</b>
<div id="submitTimesContainer" style="display: none"> <div id="submitTimesContainer" style="display: none; margin-top: 12px;">
<button id="submitTimes" class="mediumButton">__MSG_submitTimesButton__</button> <button id="submitTimes" class="mediumButton">__MSG_submitTimesButton__</button>
</div> </div>
</div> </div>