mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
hide some media buttons on small screens
This commit is contained in:
parent
7cdf76fb3a
commit
2ec48f8266
1 changed files with 9 additions and 5 deletions
|
@ -886,16 +886,20 @@ input[type="range"]::-ms-fill-upper {
|
||||||
|
|
||||||
|
|
||||||
@media all and (max-width: 600px) {
|
@media all and (max-width: 600px) {
|
||||||
.volumeButton, .volumeSlider, .nowPlayingText {
|
.volumeButton, .volumeSlider, .nowPlayingText, .chaptersButton, .audioTracksButton {
|
||||||
display: none!important;
|
display: none!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#nowPlayingBar > *:not(#mediaElement):not(.mediaFlyoutContainer):not(.barBackground ) {
|
||||||
|
margin: 0 .5em;
|
||||||
|
}
|
||||||
|
|
||||||
.positionSlider {
|
.positionSlider {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemVideo:not(.fullscreenVideo) {
|
.itemVideo:not(.fullscreenVideo) {
|
||||||
left: -300px;
|
left: -250px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue