fix controls flying downward on transition
only transition player controls opacity, not all
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user