Skip to content

Commit

Permalink
fix(FEC-9122): The replay icon is not aligned (#390)
Browse files Browse the repository at this point in the history
Add prefix for transform which doesn't fully support by some web browsers.
  • Loading branch information
Yuvalke committed Jun 11, 2019
1 parent ab5b905 commit 4585b16
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
border: 2px solid rgba(255, 255, 255, 0.2);
background-color: rgba(0, 0, 0, 0.5);
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
border-radius: 54px;
padding: 20px;
cursor: pointer;
Expand Down

0 comments on commit 4585b16

Please sign in to comment.