update detail buttons

This commit is contained in:
Luke Pulverenti 2017-01-24 01:13:48 -05:00
parent 3b258484af
commit 5fafcb4ff5
4 changed files with 24 additions and 7 deletions

View file

@ -160,4 +160,13 @@
.nowPlayingVolumeSliderContainer {
width: 6em;
}
}
@media all and (max-width: 440px) {
.playlist .listItemMediaInfo {
display: none !important;
}
}