Skip to content

Commit

Permalink
changes for progress thumb mozilaa and chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumit Rahinj authored and Sumit Rahinj committed Aug 25, 2021
1 parent 781894e commit dcc841e
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/MediaPlayer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/MediaPlayer.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ProgressBar.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ProgressBar.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/TranscriptEditor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/TranscriptEditor.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/components/media-player/src/ProgressBar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $fit-thumb-in-slider: -7px;
box-sizing: border-box;
border: solid 1px transparent;
border-radius: 1px;
transform: translateY(-1.4em) rotate(30deg) skewY(30deg) scaleX(0.86603);
transform: translateY(-0.8em) rotate(30deg) skewY(30deg) scaleX(0.86603);
box-shadow: inset -1px -1px #3a3534;
background: linear-gradient(
-45deg,
Expand Down Expand Up @@ -95,7 +95,7 @@ $fit-thumb-in-slider: -7px;
box-sizing: border-box;
border: solid 1px transparent;
border-radius: 1px;
transform: translateY(-2.5em) rotate(30deg) skewY(30deg) scaleX(0.76603);
transform: translateY(-2em) rotate(30deg) skewY(30deg) scaleX(0.76603);
box-shadow: inset -1px -1px #3a3534;
background: linear-gradient(
-45deg,
Expand Down

0 comments on commit dcc841e

Please sign in to comment.