# HG changeset patch # User drewp@bigasterisk.com # Date 2019-06-10 23:36:54 # Node ID 286a34d9ccba17766438e3010cd2e05e9b02bb3f # Parent dc742d72f8cbd72388af7f9d42e580bd4022d8ba vidref videos fill browser width Ignore-this: 8a8acb7d8963706acb6ec895f7c94ae9 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;