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:
parent
59dc086d9b
commit
03596f1138
1 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue