diff --git a/src/index.html b/src/index.html index 18cfa9c..fc4f4f7 100644 --- a/src/index.html +++ b/src/index.html @@ -102,7 +102,7 @@ @@ -654,7 +654,7 @@
Platzhalter: {title} {id} {channel} {date} {part} {part_padded} {trim_start} {trim_end} {trim_length} {date_custom="yyyy-MM-dd"}
-
Template-Check: OK
+
Template-Check: OK
diff --git a/src/styles.css b/src/styles.css index 9345f7b..9001185 100644 --- a/src/styles.css +++ b/src/styles.css @@ -2312,10 +2312,15 @@ select option { template inputs and by the clip-cutter modal's custom template row. Two states: green for OK, red for unknown-placeholder warning. Pull the colours from --success / --error vars so the - lint always tracks the rest of the apps semantic palette. */ + lint always tracks the rest of the apps semantic palette. + + margin-top is part of the class so both usage sites pick up the + same rhythm — the previous inline-style values diverged by 2px + between the two spots, an inconsistency that's not worth tracking. */ .template-lint { font-size: 12px; line-height: 1.4; + margin-top: 6px; transition: color 0.15s; }