more minor changes..yay!
This commit is contained in:
parent
1eb8b2d7db
commit
85cdcf8c32
5 changed files with 5 additions and 6 deletions
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
{{content-for 'head-footer'}}
|
||||
|
||||
<script src="https://connect.soundcloud.com/sdk/sdk-3.0.0.js"></script>
|
||||
<script src="https://connect.soundcloud.com/sdk/sdk-3.1.2.js"></script>
|
||||
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
|
|
|
|||
|
|
@ -158,7 +158,7 @@
|
|||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
.library-music, .mic {
|
||||
[md-font-icon="library-music"], [md-font-icon="mic"] {
|
||||
position: absolute;
|
||||
top: 40%;
|
||||
font-size: 100px;
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
{{content-for 'head-footer'}}
|
||||
|
||||
<script src="https://connect.soundcloud.com/sdk/sdk-3.0.0.js"></script>
|
||||
<script src="https://connect.soundcloud.com/sdk/sdk-3.1.2.js"></script>
|
||||
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
|
|
|
|||
|
|
@ -121,8 +121,7 @@ export default Component.extend({
|
|||
startIntro(){
|
||||
let INTRO = introJs,
|
||||
intro = INTRO(),
|
||||
playerBottom = $('#player-bottom'),
|
||||
beatDetectionAreaArrowIcon = $('#beat-detection-area-arrow-icon');
|
||||
playerBottom = $('#player-bottom');
|
||||
|
||||
intro.setOptions({
|
||||
steps: [
|
||||
|
|
|
|||
|
|
@ -183,7 +183,7 @@
|
|||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
.library-music, .mic {
|
||||
[md-font-icon="library-music"], [md-font-icon="mic"] {
|
||||
position: absolute;
|
||||
top: 40%;
|
||||
font-size: 100px;
|
||||
|
|
|
|||
Reference in a new issue