We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db01879 commit ef57fc3Copy full SHA for ef57fc3
1 file changed
packages/vidstack/player/styles/plyr/theme.css
@@ -560,6 +560,10 @@ a.plyr__control::before {
560
z-index: 2;
561
}
562
563
+[data-live] .plyr__progress .plyr__slider {
564
+ color: var(--plyr-progress-live-color, var(--plyr-color-main));
565
+}
566
+
567
.plyr__slider__buffer {
568
-webkit-appearance: none;
569
background: transparent;
@@ -1143,6 +1147,7 @@ a.plyr__control::before {
1143
1147
1144
1148
.plyr__live-button {
1145
1149
background-color: unset !important;
1150
+ margin-left: calc(var(--plyr-control-spacing, 10px) * 1.5) !important;
1146
1151
1152
1153
.plyr__live-button[data-focus] {
0 commit comments