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

update now playing bar

This commit is contained in:
Luke Pulverenti 2016-08-22 16:47:16 -04:00
parent 7dbc6ede62
commit 8ba393c549
13 changed files with 101 additions and 123 deletions

View file

@ -56,7 +56,6 @@
bottom: 0;
left: 0;
right: 0;
top : 100%;
/* Above everything, except for the video player and popup overlays */
z-index: 1097;
color: #fff;
@ -65,8 +64,6 @@
/*box-shadow: 0 -2px 2px 0 rgba(0,0,0,.14),-1px 5px 1px rgba(0,0,0,.12);*/
will-change: transform;
contain: layout style;
height: 100%;
transform: translateY(-64px);
}
.hiddenNowPlayingBar .nowPlayingBar {