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) ->