Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
zhw2590582 committed Oct 21, 2023
1 parent 9efdab2 commit ea4ec61
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 162 deletions.
318 changes: 159 additions & 159 deletions docs/uncompiled/artplayer/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/uncompiled/artplayer/index.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion packages/artplayer/src/style/bottom.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
opacity: 0;
overflow: hidden;
pointer-events: none;
gap: var(--art-bottom-gap);
padding: 0 var(--art-padding);
transition: opacity var(--art-transition-duration) ease;
background-size: 100% var(--art-bottom-height);
Expand Down
3 changes: 2 additions & 1 deletion packages/artplayer/src/style/progress.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
position: relative;
z-index: 0;
pointer-events: auto;
padding-bottom: var(--art-bottom-gap);

.art-control-progress {
position: relative;
Expand Down Expand Up @@ -104,7 +105,7 @@
.art-control-thumbnails {
display: none;
position: absolute;
bottom: 10px;
bottom: calc(var(--art-bottom-gap) + 10px);
left: 0;
border-radius: var(--art-border-radius);
pointer-events: none;
Expand Down

1 comment on commit ea4ec61

@vercel
Copy link

@vercel vercel bot commented on ea4ec61 Oct 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.