mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add back cover art on mobile devices
This commit is contained in:
parent
25cf88d0f8
commit
b1eae70cae
1 changed files with 3 additions and 24 deletions
|
@ -119,7 +119,6 @@
|
||||||
height: 1.2em !important;
|
height: 1.2em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media all and (max-width: 70em) {
|
@media all and (max-width: 70em) {
|
||||||
|
|
||||||
.nowPlayingBarRight .nowPlayingBarUserDataButtons {
|
.nowPlayingBarRight .nowPlayingBarUserDataButtons {
|
||||||
|
@ -133,52 +132,32 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media all and (max-width: 62em) {
|
@media all and (max-width: 62em) {
|
||||||
|
|
||||||
.nowPlayingBarCenter .nowPlayingBarCurrentTime {
|
.nowPlayingBarCenter .nowPlayingBarCurrentTime {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: 56em) {
|
@media all and (max-width: 56em) {
|
||||||
|
|
||||||
.nowPlayingBarCenter {
|
.nowPlayingBarCenter {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media all and (min-width: 56em) {
|
@media all and (min-width: 56em) {
|
||||||
|
|
||||||
.nowPlayingBarRight .playPauseButton {
|
.nowPlayingBarRight .playPauseButton {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@media all and (max-width: 40em) {
|
|
||||||
|
|
||||||
.nowPlayingBarInfoContainer .nowPlayingImage {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: 36em) {
|
@media all and (max-width: 36em) {
|
||||||
|
|
||||||
.nowPlayingBarRight .nowPlayingBarVolumeSliderContainer {
|
.nowPlayingBarRight .nowPlayingBarVolumeSliderContainer {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: 24em) {
|
@media all and (max-width: 24em) {
|
||||||
|
.nowPlayingBar .muteButton, .nowPlayingBar .unmuteButton {
|
||||||
.nowPlayingBar .muteButton, .nowPlayingBar .unmuteButton {
|
display: none;
|
||||||
display: none;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue