1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

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 { .nowPlayingBarUserDataButtons {
display: none; display: none;
} }
} }
@media all and (max-width: 1000px) { @media all and (max-width: 1100px) {
.nowPlayingBarVolumeSlider, .nowPlayingBar .muteButton, .nowPlayingBar .unmuteButton { .nowPlayingBarVolumeSlider, .nowPlayingBar .muteButton, .nowPlayingBar .unmuteButton {
display: none !important; display: none !important;
} }
}
@media all and (max-width: 1000px) {
.nowPlayingBar .playlistButton { .nowPlayingBar .playlistButton {
display: none !important; display: none !important;