Skip to content

Commit ef57fc3

Browse files
committed
fix(player): plyr layout live button spacing
1 parent db01879 commit ef57fc3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • packages/vidstack/player/styles/plyr

packages/vidstack/player/styles/plyr/theme.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,10 @@ a.plyr__control::before {
560560
z-index: 2;
561561
}
562562

563+
[data-live] .plyr__progress .plyr__slider {
564+
color: var(--plyr-progress-live-color, var(--plyr-color-main));
565+
}
566+
563567
.plyr__slider__buffer {
564568
-webkit-appearance: none;
565569
background: transparent;
@@ -1143,6 +1147,7 @@ a.plyr__control::before {
11431147

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

11481153
.plyr__live-button[data-focus] {

0 commit comments

Comments
 (0)