adjust nowplayingbar.css

This commit is contained in:
Luke Pulverenti 2016-01-11 11:51:53 -05:00
parent 59dc086d9b
commit 03596f1138

View File

@ -238,18 +238,21 @@
}
@media all and (max-width: 1300px) {
@media all and (max-width: 1400px) {
.nowPlayingBarUserDataButtons {
display: none;
}
}
@media all and (max-width: 1000px) {
@media all and (max-width: 1100px) {
.nowPlayingBarVolumeSlider, .nowPlayingBar .muteButton, .nowPlayingBar .unmuteButton {
display: none !important;
}
}
@media all and (max-width: 1000px) {
.nowPlayingBar .playlistButton {
display: none !important;