mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
adjust nowplayingbar.css
This commit is contained in:
parent
59dc086d9b
commit
03596f1138
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user