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%;
|
width: 100%;
|
||||||
height: 38px;
|
height: 38px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
transition: all 0.15s ease-out;
|
transition: opacity 0.15s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app.hide-video-controls .player-controls {
|
.app.hide-video-controls .player-controls {
|
||||||
|
|||||||
Reference in New Issue
Block a user