aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/player/mobile.scss
blob: c2fa855abcf124306b2f04b56d00370193c8cc96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@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;
      }
    }
  }
}