# HG changeset patch # User drewp@bigasterisk.com # Date 2019-06-09 22:02:36 # Node ID 585848d3587c0c6ae9496abfdfe6608d9c370774 # Parent 56fc5fc673ece1cd4f7c81c85f16ad0730d8f3dd vidref widget in timeline resizes with window size (kind of broken) Ignore-this: b382f4c2ed1170380ff68cf429424ba4 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 @@ -100,7 +100,7 @@ class Light9VidrefReplay extends LitElem color: rgb(97, 97, 255); } video.size-small { - width: 460px; + width: 60%; } `; }