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

improve performance of now playing page

This commit is contained in:
Luke Pulverenti 2016-02-05 21:47:06 -05:00
parent bbf03fdf40
commit fe6a85e143
9 changed files with 1162 additions and 1110 deletions

View file

@ -109,13 +109,13 @@
height: 80px;
}
.nowPlayingBar .nowPlayingImage {
height: 80px;
width: 80px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.nowPlayingBar .nowPlayingImage {
width: 80px;
height: 80px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.nowPlayingBarText {
display: inline-block;
@ -280,10 +280,15 @@
display: none !important;
}
.nowPlayingBar, .nowPlayingImage img {
.nowPlayingBar {
height: 70px;
}
.nowPlayingBar .nowPlayingImage {
height: 70px;
width: 70px;
}
.nowPlayingBarPositionContainer {
left: 70px;
}