# HG changeset patch
# User drewp@bigasterisk.com
# Date 1560209814 0
# Node ID 286a34d9ccba17766438e3010cd2e05e9b02bb3f
# Parent dc742d72f8cbd72388af7f9d42e580bd4022d8ba
vidref videos fill browser width
Ignore-this: 8a8acb7d8963706acb6ec895f7c94ae9
diff -r dc742d72f8cb -r 286a34d9ccba light9/vidref/index.html
--- a/light9/vidref/index.html Mon Jun 10 23:24:04 2019 +0000
+++ b/light9/vidref/index.html Mon Jun 10 23:36:54 2019 +0000
@@ -14,6 +14,11 @@
+
vidref
diff -r dc742d72f8cb -r 286a34d9ccba light9/web/light9-vidref-replay-stack.js
--- a/light9/web/light9-vidref-replay-stack.js Mon Jun 10 23:24:04 2019 +0000
+++ b/light9/web/light9-vidref-replay-stack.js Mon Jun 10 23:36:54 2019 +0000
@@ -148,6 +148,9 @@
#songTime {
font-size: 27px;
}
+ light9-vidref-replay {
+ margin: 5px;
+ }
`;
}
diff -r dc742d72f8cb -r 286a34d9ccba light9/web/light9-vidref-replay.js
--- a/light9/web/light9-vidref-replay.js Mon Jun 10 23:24:04 2019 +0000
+++ b/light9/web/light9-vidref-replay.js Mon Jun 10 23:36:54 2019 +0000
@@ -87,7 +87,6 @@
static get styles() {
return css`
:host {
- margin: 5px;
border: 2px solid #46a79f;
display: flex;
flex-direction: column;
@@ -103,8 +102,8 @@
a {
color: rgb(97, 97, 255);
}
- video.size-small {
- width: 60%;
+ video {
+ width: 100%;
}
`;
}
diff -r dc742d72f8cb -r 286a34d9ccba light9/web/timeline/timeline-elements.html
--- a/light9/web/timeline/timeline-elements.html Mon Jun 10 23:24:04 2019 +0000
+++ b/light9/web/timeline/timeline-elements.html Mon Jun 10 23:36:54 2019 +0000
@@ -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;