fix(dashboard): improve player responsiveness

This commit is contained in:
KostyaDanovsky 2017-09-13 12:10:41 +03:00
parent a77a1c3c70
commit 05388c0099

View file

@ -236,7 +236,12 @@
}
.controls {
margin: 0;
margin: 0 1rem 0 0;
i {
width: inherit;
height: inherit;
}
.prev, .shuffle, .loop {
display: none;