Changeset - a0fc6f957323
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 8 years ago 2017-06-10 02:07:39
drewp@bigasterisk.com
start to reformat live page scroll area
Ignore-this: f8a767c814c14f1502fe1b04e0404528
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
light9/web/live/index.html
Show inline comments
 
@@ -199,17 +199,22 @@
 
      </template>
 
    </dom-module>
 
    
 
    <dom-module id="light9-live-controls">
 
      <template>
 
        <style>
 
         :host {
 
display: flex;
 
    flex-direction: column;
 
             }
 
         #preview {
 
             width: 100%;
 
         }
 
         #deviceControls {
 
             column-width: 400px;
 
             overflow-y: auto;
 
         }
 
         light9-live-device-control > div {
 
             break-inside: avoid-column;
 
         }
 
        </style>
 
        <rdfdb-synced-graph graph="{{graph}}"></rdfdb-synced-graph>
0 comments (0 inline, 0 general)