less white space ( TODO properly compress the intro.png )

This commit is contained in:
Egor Philippov 2015-11-04 13:24:14 -08:00
parent 8b72a880bf
commit d3417e2ec5
4 changed files with 10 additions and 9 deletions

View file

@ -149,13 +149,13 @@
<div class="row" id="beatOptionRow"> <div class="row" id="beatOptionRow">
<div class="beatOption {{if usingMicAudio "col-xs-4" "col-xs-8"}}"> <div class="beatOption {{if usingMicAudio "col-xs-4" "col-xs-8"}}">
<span data-toggle="tooltip" data-placement="bottom auto" data-title="The sensitivity of the beat detector ( more sensitivity results in more registered beats )" class="optionDescription bootstrapTooltip">Sensitivity</span> <span data-toggle="tooltip" data-placement="bottom" data-title="The sensitivity of the beat detector ( more sensitivity results in more registered beats )" class="optionDescription bootstrapTooltip">Sensitivity</span>
{{range-slider start=threshold orientation="vertical" step=beatOptions.threshold.step range=beatOptions.threshold.range slide="thresholdChanged" pips=beatOptions.threshold.pips}} {{range-slider start=threshold orientation="vertical" step=beatOptions.threshold.step range=beatOptions.threshold.range slide="thresholdChanged" pips=beatOptions.threshold.pips}}
</div> </div>
{{#if usingMicAudio}} {{#if usingMicAudio}}
<div class="beatOption col-xs-4"> <div class="beatOption col-xs-4">
<span data-toggle="tooltip" data-placement="bottom auto" data-title="The coefficient to boost the microphone signal by" class="optionDescription bootstrapTooltip">Microphone boost</span> <span data-toggle="tooltip" data-placement="bottom" data-title="The coefficient to boost the microphone signal by" class="optionDescription bootstrapTooltip">Microphone boost</span>
{{range-slider start=micBoost orientation="vertical" step=beatOptions.micBoost.step range=beatOptions.micBoost.range slide="micBoostChanged" pips=beatOptions.micBoost.pips}} {{range-slider start=micBoost orientation="vertical" step=beatOptions.micBoost.step range=beatOptions.micBoost.range slide="micBoostChanged" pips=beatOptions.micBoost.pips}}
</div> </div>
{{/if}} {{/if}}

View file

@ -7,7 +7,7 @@
$playerHeight: 400px; $playerHeight: 400px;
$playerDefaultIconColor: #BBBBBB; $playerDefaultIconColor: #BBBBBB;
$footerHeight: 40px; $footerHeight: 40px;
$playerBottomHeight: 300px; $playerBottomHeight: 250px;
$secondaryThemeColor: #F12B24; $secondaryThemeColor: #F12B24;
$glowingText: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #228DFF; $glowingText: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #228DFF;
$dimmerOnButtonColor: #404040; $dimmerOnButtonColor: #404040;
@ -823,16 +823,17 @@ md-switch.md-default-theme.md-checked .md-thumb {
#beatArea { #beatArea {
height: $playerBottomHeight; height: $playerBottomHeight;
position: relative; position: relative;
padding: 20px 0 0 0;
} }
.noUi-target { .noUi-target {
margin: 0 auto; margin: 0 auto;
} }
.noUi-base, .noUi-background { .noUi-base, .noUi-background {
background-color: #ADADAD; background-color: #ADADAD;
border: 1px solid #797979; border: 1px solid #797979;
} }
.noUi-vertical { .noUi-vertical {
height: 200px; height: 200px;
margin-top: 15px; margin-top: 15px;

View file

@ -1,7 +1,7 @@
/* Variables */ /* Variables */
$centersize: 100px; $centersize: 80px;
$center1size: 250px; $center1size: 205px;
$bezelsize: 285px; $bezelsize: 240px;
$vibratesize: $centersize*1.06; $vibratesize: $centersize*1.06;
$vibratemargin:-$vibratesize/2; $vibratemargin:-$vibratesize/2;
$vibrateblurinner: 3px; $vibrateblurinner: 3px;
@ -64,8 +64,8 @@ $vibrateblurouter: 2px;
height: $centersize; height: $centersize;
width: $centersize; width: $centersize;
position: absolute; position: absolute;
bottom: 60px; bottom: 47px;
right: 60px; right: 47px;
-webkit-filter: blur(1px); -webkit-filter: blur(1px);
filter: blur(1px); filter: blur(1px);
background: rgb(0,0,0); background: rgb(0,0,0);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 102 KiB