diff --git a/light9/vidref/index.html b/light9/vidref/index.html --- a/light9/vidref/index.html +++ b/light9/vidref/index.html @@ -14,6 +14,11 @@ +

vidref

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 @@ -148,6 +148,9 @@ class Light9VidrefReplayStack extends Li #songTime { font-size: 27px; } + light9-vidref-replay { + margin: 5px; + } `; } 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 @@ -87,7 +87,6 @@ class Light9VidrefReplay extends LitElem static get styles() { return css` :host { - margin: 5px; border: 2px solid #46a79f; display: flex; flex-direction: column; @@ -103,8 +102,8 @@ class Light9VidrefReplay extends LitElem a { color: rgb(97, 97, 255); } - video.size-small { - width: 60%; + video { + width: 100%; } `; } diff --git a/light9/web/timeline/timeline-elements.html b/light9/web/timeline/timeline-elements.html --- a/light9/web/timeline/timeline-elements.html +++ b/light9/web/timeline/timeline-elements.html @@ -57,6 +57,7 @@ light9-vidref-replay-stack { position: absolute; bottom: 10px; + width: 50%; background: gray; box-shadow: 6px 10px 12px #0000006b; display: inline-block;