Skip to content

Commit

Permalink
fix(player): plyr layout live button spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Jan 30, 2024
1 parent db01879 commit ef57fc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/vidstack/player/styles/plyr/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,10 @@ a.plyr__control::before {
z-index: 2;
}

[data-live] .plyr__progress .plyr__slider {
color: var(--plyr-progress-live-color, var(--plyr-color-main));
}

.plyr__slider__buffer {
-webkit-appearance: none;
background: transparent;
Expand Down Expand Up @@ -1143,6 +1147,7 @@ a.plyr__control::before {

.plyr__live-button {
background-color: unset !important;
margin-left: calc(var(--plyr-control-spacing, 10px) * 1.5) !important;
}

.plyr__live-button[data-focus] {
Expand Down

0 comments on commit ef57fc3

Please sign in to comment.