diff --git a/src/index.html b/src/index.html index 0ffc9fa..54c4bbd 100644 --- a/src/index.html +++ b/src/index.html @@ -103,7 +103,7 @@
Platzhalter: {title} {id} {channel} {date} {part} {trim_start} {trim_end} {trim_length} {date_custom="yyyy-MM-dd"}
Template-Check: OK
- + diff --git a/src/styles.css b/src/styles.css index 067ba9f..394554a 100644 --- a/src/styles.css +++ b/src/styles.css @@ -323,20 +323,17 @@ body { line-height: 1.4; } -/* .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; -} - .clip-template-wrap { margin-top: 10px; } +/* 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-radio-row { display: flex; align-items: center;