fix controls flying downward on transition

only transition player controls opacity, not all
This commit is contained in:
Feross Aboukhadijeh
2016-03-08 19:24:35 -08:00
parent f0bb31c2e2
commit d061587e06

View File

@@ -430,7 +430,7 @@ body.drag .torrent-placeholder span {
width: 100%;
height: 38px;
bottom: 0;
transition: all 0.15s ease-out;
transition: opacity 0.15s ease-out;
}
.app.hide-video-controls .player-controls {