blob: dde2c3127a71992ab7823f961d7e8be9208927af (
plain) (
tree)
|
|
@use '_variables';
@use '_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;
}
}
}
}
|