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
 
@@ -91,25 +91,25 @@ class Light9VidrefReplay extends LitElem
 
        div {
 
            padding: 5px;
 
        }
 
        .num {
 
            display: inline-block;
 
            width: 4em;
 
            color: #29ffa0;
 
        }
 
        a {
 
            color: rgb(97, 97, 255);
 
        }
 
        video.size-small {
 
          width: 460px;
 
          width: 60%;
 
        }
 
        `;
 
    }
 
    
 
    render() {
 
        let details = '';
 
        if (this.size != 'small') {
 
            details = html`  <div>
 
    take is <a href="${this.uri}">${this.uri}</a> 
 
    (${Object.keys(this.songToVideo).length} frames)
 
    <button @click="${this.onDelete}">Delete</button>
 
  </div>
0 comments (0 inline, 0 general)