diff --git a/app/pods/components/music-tab/template.hbs b/app/pods/components/music-tab/template.hbs
index 54a6d0f..53ff82f 100644
--- a/app/pods/components/music-tab/template.hbs
+++ b/app/pods/components/music-tab/template.hbs
@@ -149,13 +149,13 @@
- Sensitivity
+ Sensitivity
{{range-slider start=threshold orientation="vertical" step=beatOptions.threshold.step range=beatOptions.threshold.range slide="thresholdChanged" pips=beatOptions.threshold.pips}}
{{#if usingMicAudio}}
- Microphone boost
+ Microphone boost
{{range-slider start=micBoost orientation="vertical" step=beatOptions.micBoost.step range=beatOptions.micBoost.range slide="micBoostChanged" pips=beatOptions.micBoost.pips}}
{{/if}}
diff --git a/app/styles/app.scss b/app/styles/app.scss
index 7200e58..e7317e2 100644
--- a/app/styles/app.scss
+++ b/app/styles/app.scss
@@ -7,7 +7,7 @@
$playerHeight: 400px;
$playerDefaultIconColor: #BBBBBB;
$footerHeight: 40px;
-$playerBottomHeight: 300px;
+$playerBottomHeight: 250px;
$secondaryThemeColor: #F12B24;
$glowingText: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #228DFF;
$dimmerOnButtonColor: #404040;
@@ -823,16 +823,17 @@ md-switch.md-default-theme.md-checked .md-thumb {
#beatArea {
height: $playerBottomHeight;
position: relative;
- padding: 20px 0 0 0;
}
.noUi-target {
margin: 0 auto;
}
+
.noUi-base, .noUi-background {
background-color: #ADADAD;
border: 1px solid #797979;
}
+
.noUi-vertical {
height: 200px;
margin-top: 15px;
diff --git a/app/styles/fancy-speaker.scss b/app/styles/fancy-speaker.scss
index 4238399..c161d69 100644
--- a/app/styles/fancy-speaker.scss
+++ b/app/styles/fancy-speaker.scss
@@ -1,7 +1,7 @@
/* Variables */
-$centersize: 100px;
-$center1size: 250px;
-$bezelsize: 285px;
+$centersize: 80px;
+$center1size: 205px;
+$bezelsize: 240px;
$vibratesize: $centersize*1.06;
$vibratemargin:-$vibratesize/2;
$vibrateblurinner: 3px;
@@ -64,8 +64,8 @@ $vibrateblurouter: 2px;
height: $centersize;
width: $centersize;
position: absolute;
- bottom: 60px;
- right: 60px;
+ bottom: 47px;
+ right: 47px;
-webkit-filter: blur(1px);
filter: blur(1px);
background: rgb(0,0,0);
diff --git a/public/assets/images/intro.png b/public/assets/images/intro.png
index 2d9ff2a..22e9903 100644
Binary files a/public/assets/images/intro.png and b/public/assets/images/intro.png differ