aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/player/mobile.scss
blob: 86c0902005a2c73c1e308b1a608d43f91d30096f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@use '_variables' as *;
@use '_mixins' as *;

/* 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;
      }
    }
  }
}