diff --git a/src/js/views/Playlist.js b/src/js/views/Playlist.js
index 215472e7..effde6a4 100755
--- a/src/js/views/Playlist.js
+++ b/src/js/views/Playlist.js
@@ -11,6 +11,7 @@ import Dater from '../components/Dater'
import ConfirmationButton from '../components/ConfirmationButton'
import LazyLoadListener from '../components/LazyLoadListener'
import FollowButton from '../components/FollowButton'
+import SidebarToggleButton from '../components/SidebarToggleButton'
import * as helpers from '../helpers'
import * as uiActions from '../services/ui/actions'
@@ -130,6 +131,9 @@ class Playlist extends React.Component{
return (
+
+
+
diff --git a/src/scss/components/_grid.scss b/src/scss/components/_grid.scss
index 49eaf64e..72a7b803 100755
--- a/src/scss/components/_grid.scss
+++ b/src/scss/components/_grid.scss
@@ -69,7 +69,7 @@
}
}
- @include responsive( 2400px ){
+ @include responsive( null, 2400px ){
&.mini {
.grid-item {
@include grid_item( 3 )
@@ -82,7 +82,7 @@
}
}
- @include responsive( 1200px, null, 2399px ){
+ @include responsive( 2399px, 1200px ){
&.mini {
.grid-item {
@include grid_item( 2 )
@@ -95,7 +95,7 @@
}
}
- @include responsive( 850px, null, 1199px ){
+ @include responsive( 1199px, 850px ){
&.mini {
.grid-item {
@include grid_item( 2 )
@@ -108,7 +108,7 @@
}
}
- @include responsive( null, null, 849px ){
+ @include responsive( 849px ){
&:not(.mini){
.grid-item {
@include grid_item( 3 )
diff --git a/src/scss/components/_header.scss b/src/scss/components/_header.scss
index 18819470..dd3eeb29 100755
--- a/src/scss/components/_header.scss
+++ b/src/scss/components/_header.scss
@@ -16,6 +16,12 @@ main {
height: 16px;
}
+ @include responsive( $bp_medium ){
+ .icon {
+ visibility: hidden;
+ }
+ }
+
.actions {
position: absolute;
top: 0;
diff --git a/src/scss/components/_sidebar-toggle-button.scss b/src/scss/components/_sidebar-toggle-button.scss
index be31ee0f..39589efb 100755
--- a/src/scss/components/_sidebar-toggle-button.scss
+++ b/src/scss/components/_sidebar-toggle-button.scss
@@ -15,6 +15,10 @@
display: block;
}
+ header & {
+ color: $dark_grey;
+ }
+
&.open {
.open {
display: none;
diff --git a/src/scss/components/_sidebar.scss b/src/scss/components/_sidebar.scss
index 975f6a0c..55694407 100755
--- a/src/scss/components/_sidebar.scss
+++ b/src/scss/components/_sidebar.scss
@@ -21,7 +21,7 @@ aside{
z-index: 2;
}
- @include responsive( null, null, $bp_medium ){
+ @include responsive( $bp_medium ){
width: 50%;
left: -50%;
@@ -30,7 +30,7 @@ aside{
}
}
- @include responsive( null, $bp_shallow ){
+ @include responsive( null, null, $bp_shallow ){
.liner {
bottom: 60px;
}
diff --git a/src/scss/global/_core.scss b/src/scss/global/_core.scss
index 2d6e187d..ddbdd665 100755
--- a/src/scss/global/_core.scss
+++ b/src/scss/global/_core.scss
@@ -2,7 +2,7 @@
body,
html {
- background: #F5F5F5;
+ background: $off_white;
color: #000000;
font-family: "Archivo Narrow", Helvetica, Arial, sans-serif;
font-size: 14px;
@@ -17,11 +17,11 @@ main,
footer {
margin-left: 200px;
- @include responsive( null, $bp_shallow ){
+ @include responsive( null, null, $bp_shallow ){
padding-bottom: 60px;
}
- @include responsive( null, null, $bp_medium ){
+ @include responsive( $bp_medium ){
margin-left: 0;
.sidebar-open & {
diff --git a/src/scss/global/_variables.scss b/src/scss/global/_variables.scss
index 59419381..3b8249a3 100755
--- a/src/scss/global/_variables.scss
+++ b/src/scss/global/_variables.scss
@@ -1,5 +1,6 @@
$turquoise: #08d58f;
+$off_white: #F5F5F5;
$faint_grey: #EEEEEE;
$light_grey: #DDDDDD;
$mid_grey: #AAAAAA;
@@ -51,7 +52,7 @@ $bp_shallow: 650px;
filter: blur( $size );
}
-@mixin responsive( $min_width: null, $max_height: null, $max_width: null ){
+@mixin responsive( $max_width: null, $min_width: null, $max_height: null, $min_height: null ){
@if $max_width and $max_height {
@media( max-width: $max_width ), ( max-height: $max_height ){
@content;
diff --git a/src/scss/views/_artist.scss b/src/scss/views/_artist.scss
index 62f1ef77..b9b72765 100755
--- a/src/scss/views/_artist.scss
+++ b/src/scss/views/_artist.scss
@@ -47,11 +47,11 @@
margin-right: 20px;
font-size: 18px;
font-weight: 400;
- border-bottom: 3px solid transparent;
+ border-bottom: 4px solid transparent;
cursor: pointer;
&.active {
- border-color: #FFFFFF;
+ border-color: $off_white;
}
&:not(.active):hover {
@@ -77,4 +77,60 @@
.artist-list {
padding-top: 15px;
}
+
+ @include responsive( $bp_medium ){
+ .intro {
+
+ padding: 50px 30px 0 30px;
+ margin: 0 0 100px 0;
+
+ .parallax {
+ height: 100%;
+ canvas {
+ @include blur();
+ margin: -20px;
+ }
+ }
+
+ .thumbnail {
+ position: relative;
+ width: 180px;
+ margin: 0 auto 10px;
+ left: auto;
+ bottom: auto;
+ }
+
+ .heading-wrapper {
+ height: auto;
+
+ .heading,
+ .sub-views {
+ position: relative;
+ bottom: auto;
+ left: auto;
+ }
+ }
+
+ .details-wrapper {
+ padding: 0;
+ position: absolute;
+ bottom: -90px;
+ left: 30px;
+ width: 100%;
+ z-index: 2;
+ }
+ }
+
+ .body {
+ &.overview {
+ .col.w70 {
+ width: 100%;
+ }
+ .col.w5,
+ .related-artists {
+ display: none;
+ }
+ }
+ }
+ }
}