aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/player/mobile.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/player/mobile.scss')
-rw-r--r--client/src/sass/player/mobile.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/client/src/sass/player/mobile.scss b/client/src/sass/player/mobile.scss
new file mode 100644
index 000000000..c2fa855ab
--- /dev/null
+++ b/client/src/sass/player/mobile.scss
@@ -0,0 +1,16 @@
1@import '_variables';
2@import '_mixins';
3
4/* Special mobile style */
5
6.video-js.vjs-peertube-skin.vjs-is-mobile {
7 .vjs-control-bar {
8 .vjs-progress-control .vjs-slider .vjs-play-progress {
9 // Always display the circle on mobile
10 &::before {
11 margin-top: -1px;
12 opacity: 1;
13 }
14 }
15 }
16} \ No newline at end of file