connect brightness range, minor styling

This commit is contained in:
Egor 2017-07-26 09:20:07 -07:00
parent f76bc9b75a
commit 6abac6ea9b
2 changed files with 4 additions and 5 deletions

View file

@ -157,8 +157,7 @@
Sensitivity
</span>
{{range-slider start=threshold orientation="vertical" step=beatOptions.threshold.step range=beatOptions.threshold.range on-change=(action "thresholdChanged")
pips=beatOptions.threshold.pips}}
{{range-slider start=threshold orientation="vertical" step=beatOptions.threshold.step range=beatOptions.threshold.range on-change=(action "thresholdChanged") pips=beatOptions.threshold.pips}}
</div>
<div class="beat-option col-xs-4">
@ -167,8 +166,7 @@
Brightness Range
</span>
{{range-slider start=brightnessRange orientation="vertical" step=beatOptions.brightnessRange.step range=beatOptions.brightnessRange.range
on-change=(action "brightnessRangeChanged") pips=beatOptions.brightnessRange.pips}}
{{range-slider start=brightnessRange orientation="vertical" step=beatOptions.brightnessRange.step range=beatOptions.brightnessRange.range connect=hueRangeConnect on-change=(action "brightnessRangeChanged") pips=beatOptions.brightnessRange.pips}}
</div>
<div class="col-xs-12 light-option extra-margin-top">

View file

@ -181,6 +181,7 @@
transition: 0.1s all ease-in-out;
position: relative;
overflow: auto;
#dragHere {
position: absolute;
top: 27%;
@ -190,7 +191,7 @@
}
[md-font-icon="library-music"] {
position: absolute;
top: 40%;
top: 48%;
font-size: 100px;
opacity: 0.5;
width: 100%;