diff --git a/light9/web/light9-vidref-replay-stack.js b/light9/web/light9-vidref-replay-stack.js
--- a/light9/web/light9-vidref-replay-stack.js
+++ b/light9/web/light9-vidref-replay-stack.js
@@ -156,8 +156,8 @@ class Light9VidrefReplayStack extends Li
.value="${this.songTime}"
@input="${this.userMovedSongTime}"
min="0" max="0" step=".001">
-
- showing song time ${rounding(this.songTime, 3)}
` : '';
+ ` : '';
+
const globalCommands = this.size != 'small' ? html`
@@ -167,6 +167,7 @@ class Light9VidrefReplayStack extends Li
return html`
${songTimeRange}
+
showing song time ${rounding(this.songTime, 3)}
clips:
${this.players}
diff --git a/light9/web/light9-vidref-replay.js b/light9/web/light9-vidref-replay.js
--- a/light9/web/light9-vidref-replay.js
+++ b/light9/web/light9-vidref-replay.js
@@ -129,6 +129,7 @@ class Light9VidrefReplay extends LitElem
}
return html`
+${details}
`;
}