From d061587e06a1dc7edcb6604020500d1bdb46d0cc Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 8 Mar 2016 19:24:35 -0800 Subject: [PATCH] fix controls flying downward on transition only transition player controls opacity, not all --- renderer/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderer/index.css b/renderer/index.css index 42c59663..e9e24143 100644 --- a/renderer/index.css +++ b/renderer/index.css @@ -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 {