Changeset - 585848d3587c
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 6 years ago 2019-06-09 22:02:36
drewp@bigasterisk.com
vidref widget in timeline resizes with window size (kind of broken)
Ignore-this: b382f4c2ed1170380ff68cf429424ba4
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/web/light9-vidref-replay.js
Show inline comments
 
@@ -97,13 +97,13 @@ class Light9VidrefReplay extends LitElem
 
            color: #29ffa0;
 
        }
 
        a {
 
            color: rgb(97, 97, 255);
 
        }
 
        video.size-small {
 
          width: 460px;
 
          width: 60%;
 
        }
 
        `;
 
    }
 
    
 
    render() {
 
        let details = '';
0 comments (0 inline, 0 general)