Slider; Queue

This commit is contained in:
James Barnsley
2016-11-03 18:22:26 +13:00
parent 8f5e61a8f9
commit 6cee0a9daf
26 changed files with 799 additions and 299 deletions

35
src/scss/views/_queue.scss Executable file
View File

@ -0,0 +1,35 @@
.queue-view {
.player {
text-align: center;
padding: 40px 0;
.artwork,
.controls a {
border: 0;
}
.artwork,
.controls {
display: block;
max-width: 400px;
margin: 0 auto;
}
.controls {
padding: 20px 0;
a {
font-size: 18px;
}
}
.thumbnail {
max-width: none;
}
.current-track {
font-weight: 700;
}
}
}