# HG changeset patch # User Drew Perttula # Date 2017-06-10 07:14:29 # Node ID 7b3f08db8f667579224ab3c563ffd986150d13b2 # Parent 11b74e7d6b88117ce5a1be86bf3ae29ad7831c3f reformat colorpick on timeline Ignore-this: e6af990f4e2a43441609c2b288010f06 diff --git a/light9/web/light9-color-picker.html b/light9/web/light9-color-picker.html --- a/light9/web/light9-color-picker.html +++ b/light9/web/light9-color-picker.html @@ -8,6 +8,7 @@ position: relative; display: flex; align-items: center; + flex-wrap: wrap; } #smallRainbowComp, #largeRainbowComp { display: inline-block; @@ -58,17 +59,23 @@ paper-slider { width: 170px; } + #vee { + display: flex; + align-items: center; + }
- V: - + + V: + +
- for pointNum in [0...worldPts.length] - log('wor', worldPts, pointNum) @_makePointAdjuster(yForV, worldPts, pointNum) _makePointAdjuster: (yForV, worldPts, pointNum) ->