From 2a19a1e4de848c8c60ef4b4e606770220b3a28df Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 11 Jun 2018 15:25:46 +0200 Subject: Split player sass file --- client/src/sass/player/mobile.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 client/src/sass/player/mobile.scss (limited to 'client/src/sass/player/mobile.scss') 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 @@ +@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; + } + } + } +} \ No newline at end of file -- cgit v1.2.3