fix(dashboard): player responsive

This commit is contained in:
tibing 2017-09-06 15:20:48 +03:00
parent 23dd1a0e88
commit 91847d293c

View file

@ -192,7 +192,7 @@
}
}
@include media-breakpoint-down(lg) {
@include media-breakpoint-down(xl) {
border: none;
.header {
@ -259,7 +259,7 @@
.controls {
margin: 0;
.prev, .shuffle, .repeat {
.prev, .shuffle, .loop {
display: none;
}
@ -278,4 +278,19 @@
}
}
}
@include media-breakpoint-between(xxl, xxxl) {
.controls {
margin: 0.875rem -1rem;
justify-content: space-around;
}
.volume {
margin: 0 -1rem;
i {
margin: 0.25rem;
}
}
}
}