Compare commits
No commits in common. "d0de52de95d7687f7869c3769c49c0b81e6a9b3d" and "f3e722501191058a97bb1d843ea030acf1580da1" have entirely different histories.
d0de52de95
...
f3e7225011
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "twitch-vod-manager",
|
||||
"version": "4.6.100",
|
||||
"version": "4.6.99",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "twitch-vod-manager",
|
||||
"version": "4.6.100",
|
||||
"version": "4.6.99",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"axios": "^1.6.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "twitch-vod-manager",
|
||||
"version": "4.6.100",
|
||||
"version": "4.6.99",
|
||||
"description": "Twitch VOD Manager - Download Twitch VODs easily",
|
||||
"main": "dist/main.js",
|
||||
"author": "xRangerDE",
|
||||
|
||||
@ -103,7 +103,7 @@
|
||||
<input type="text" id="clipFilenameTemplate" value="{date}_{part}.mp4" placeholder="{date}_{part}.mp4" class="clip-modal-template-input" oninput="updateFilenameExamples()">
|
||||
<div id="clipTemplateHelp" class="clip-modal-hint">Platzhalter: {title} {id} {channel} {date} {part} {trim_start} {trim_end} {trim_length} {date_custom="yyyy-MM-dd"}</div>
|
||||
<div id="clipTemplateLint" class="template-lint ok">Template-Check: OK</div>
|
||||
<button class="btn-secondary" id="clipTemplateGuideBtn" onclick="openTemplateGuide('clip')">Template Guide</button>
|
||||
<button class="btn-secondary" id="clipTemplateGuideBtn" style="margin-top: 8px;" onclick="openTemplateGuide('clip')">Template Guide</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -323,15 +323,18 @@ body {
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.clip-template-wrap {
|
||||
margin-top: 10px;
|
||||
/* .clip-template-lint was the old per-modal rule for the clip-cutter
|
||||
template lint badge. Superseded by the shared .template-lint
|
||||
class (with .ok / .warn modifiers driven from var(--success) /
|
||||
var(--error)). Class kept as a no-op alias in case any external
|
||||
reference still uses it. */
|
||||
.clip-template-lint {
|
||||
font-size: 12px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
/* Template-Guide button below the clip-template input — small offset
|
||||
from the lint badge that sits directly above it. Was a one-off
|
||||
inline style on the button. */
|
||||
.clip-template-wrap .btn-secondary {
|
||||
margin-top: 8px;
|
||||
.clip-template-wrap {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.clip-radio-row {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user