File tree Expand file tree Collapse file tree 4 files changed +15
-10
lines changed
stylesheets/sass/_components Expand file tree Collapse file tree 4 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,14 @@ module.exports = function (grunt) {
1111 version : '0.10.4'
1212 } ,
1313 src : [
14- './app/**/*' ,
15- '!./app/public/stylesheets/sass' ,
16- '!./app/public/stylesheets/config.rb' ,
17- '!./**/*.sass-cache' ,
18- '!./app/public/assets'
14+ './app/index.html' ,
15+ './app/package.json' ,
16+ './app/soundnode.icns' ,
17+ './app/soundnode.png' ,
18+ './app/views/**/*' ,
19+ './app/public/js/**/*' ,
20+ './app/public/img/**/*' ,
21+ './app/public/stylesheets/css/**/*'
1922 ]
2023 } ,
2124
Original file line number Diff line number Diff line change 22window . settings = window . settings || { } ;
33
44// App version
5- window . settings . appVersion = '0.5.4 ' ;
5+ window . settings . appVersion = '0.5.5 ' ;
Original file line number Diff line number Diff line change 55 position : relative ;
66 overflow : hidden ;
77 margin : 0 5px 60px 5px ;
8- width : 300 px ;
9- height : 350 px ;
8+ width : 210 px ;
9+ height : 210 px ;
1010
1111 & .songList_item_box :first-child {
1212 margin-bottom : 20px ;
2020 display : table-cell ;
2121 }
2222
23+ & .songList_item_container_artwork {
24+ height : 210px ;
25+ }
26+
2327}
Original file line number Diff line number Diff line change 2626 height : 300px ;
2727}
2828
29- .songList_item_inner {}
30-
3129.songList_item_container_artwork {
3230 position : relative ;
3331 width : 100% ;
You can’t perform that action at this time.
0 commit comments