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

update now playing screen

This commit is contained in:
Luke Pulverenti 2017-01-18 01:06:06 -05:00
parent 6820da0e4f
commit 3ead8a75b4
8 changed files with 46 additions and 19 deletions

View file

@ -17,7 +17,7 @@
}
.nowPlayingPositionSliderContainer {
margin: .7em 1em .7em;
margin: .7em 0 .7em 1em;
}
.nowPlayingInfoButtons {
@ -101,8 +101,7 @@
.nowPlayingPageImage {
width: auto;
max-width: 100%;
max-height: 36vh;
height: 40vh;
}
}
@ -120,7 +119,8 @@
@media all and (min-width: 800px) {
.nowPlayingSecondaryButtons {
margin-left: auto;
flex-grow: 1;
justify-content: flex-end;
}
}
@ -157,3 +157,7 @@
.nowPlayingCastIcon {
font-size: 86%;
}
.nowPlayingVolumeSliderContainer {
width: 6em;
}