Skip to content

Commit

Permalink
fix(xgplayer): fix volume UI
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxin92 committed Oct 12, 2019
1 parent 3c95f20 commit 01eda0b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/xgplayer/browser/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/xgplayer/browser/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/xgplayer/dist/index.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/xgplayer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xgplayer",
"version": "2.1.19",
"version": "2.1.20",
"description": "video player",
"main": "./dist/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/xgplayer/src/skin/style/controls/volume.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
display: none;
position: absolute;
width: 28px;
height: 88px;
height: 92px;
background: $sliderBgColor;
border-radius: 1px;
bottom: 42px;
Expand Down

0 comments on commit 01eda0b

Please sign in to comment.