Responsive trimming of player; Loader on responsive

This commit is contained in:
James Barnsley
2017-04-10 16:42:47 +12:00
parent 0c28983322
commit d1f849a873
2 changed files with 11 additions and 6 deletions

View File

@ -114,5 +114,10 @@
left: 0;
right: 0;
width: auto;
.loading {
bottom: 20px;
right: 40px;
}
}
}

View File

@ -79,22 +79,22 @@
.play {
position: absolute;
top: 5px;
left: 5px;
top: 6px;
left: 3px;
padding: 12px;
}
.next {
position: absolute;
top: 5px;
left: 48px;
top: 6px;
left: 40px;
padding: 12px;
}
.volume-control {
position: absolute;
top: 5px;
right: 5px;
top: 6px;
right: 3px;
a {
padding: 12px;