blob: 26066d2187901148b6bf035c6768a13cb6e8e0b6 (
plain) (
tree)
|
|
@import '_variables';
@import '_mixins';
/* Special mobile style */
.video-js.vjs-peertube-skin.vjs-is-mobile {
.vjs-control-bar {
.vjs-progress-control .vjs-slider .vjs-play-progress {
// Always display the circle on mobile
&::before {
margin-top: -1px;
opacity: 1;
}
}
}
}
|