unify video osd

This commit is contained in:
Luke Pulverenti 2017-01-03 01:51:36 -05:00
parent b3a664583a
commit 407f137095
24 changed files with 713 additions and 6466 deletions

View file

@ -54,6 +54,11 @@
will-change: transform;
contain: layout style;
font-size: 90%;
transition: transform 200ms ease-out;
}
.nowPlayingBar-hidden {
transform: translate3d(0,100%,0);
}
.hiddenNowPlayingBar .nowPlayingBar {