Fix homepage fav and recommended overlap
parent
24f69c23b7
commit
0835aff514
|
|
@ -44,7 +44,7 @@ li
|
||||||
margin-bottom: .6rem
|
margin-bottom: .6rem
|
||||||
padding: .4rem .8rem
|
padding: .4rem .8rem
|
||||||
border-radius: .5rem
|
border-radius: .5rem
|
||||||
|
box-sizing: border-box
|
||||||
&.active
|
&.active
|
||||||
background-color: #0076F9
|
background-color: #0076F9
|
||||||
color: white
|
color: white
|
||||||
|
|
|
||||||
|
|
@ -218,12 +218,14 @@ section.page
|
||||||
flex: 1 0 50% // deviding the space equally between two element
|
flex: 1 0 50% // deviding the space equally between two element
|
||||||
|
|
||||||
.favourite
|
.favourite
|
||||||
|
background: white
|
||||||
|
z-index: 10
|
||||||
&__list-header
|
&__list-header
|
||||||
width: 100%
|
width: 100%
|
||||||
padding: 0.3rem .6rem
|
padding: 0.3rem 1.6rem
|
||||||
|
box-sizing: border-box
|
||||||
display: flex
|
display: flex
|
||||||
justify-content: space-between
|
justify-content: space-between
|
||||||
|
|
||||||
span.song
|
span.song
|
||||||
flex: 1 0 50%
|
flex: 1 0 50%
|
||||||
span.artist
|
span.artist
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue