diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-17 15:00:46 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-17 15:01:04 +0200 |
commit | b335ccec49b450052e3520f66f9acb6670e669f8 (patch) | |
tree | 87099007da9f812621904a474f8a10085b3a1653 /client/src/sass | |
parent | c07b6041111daa6dd5d611f31e31819db5992ba8 (diff) | |
download | PeerTube-b335ccec49b450052e3520f66f9acb6670e669f8.tar.gz PeerTube-b335ccec49b450052e3520f66f9acb6670e669f8.tar.zst PeerTube-b335ccec49b450052e3520f66f9acb6670e669f8.zip |
Fix ios player playback/subtitles menu
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 2 | ||||
-rw-r--r-- | client/src/sass/player/index.scss (renamed from client/src/sass/player/player.scss) | 0 | ||||
-rw-r--r-- | client/src/sass/player/peertube-skin.scss | 5 |
3 files changed, 2 insertions, 5 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 8d2bfb077..c1135cd02 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -9,7 +9,7 @@ $icon-font-path: '../../node_modules/@neos21/bootstrap3-glyphicons/assets/fonts/ | |||
9 | @import '~video.js/dist/video-js.css'; | 9 | @import '~video.js/dist/video-js.css'; |
10 | 10 | ||
11 | $assets-path: '../assets/'; | 11 | $assets-path: '../assets/'; |
12 | @import './player/player'; | 12 | @import './player/index'; |
13 | @import './loading-bar'; | 13 | @import './loading-bar'; |
14 | 14 | ||
15 | @import './primeng-custom'; | 15 | @import './primeng-custom'; |
diff --git a/client/src/sass/player/player.scss b/client/src/sass/player/index.scss index e4a315d1f..e4a315d1f 100644 --- a/client/src/sass/player/player.scss +++ b/client/src/sass/player/index.scss | |||
diff --git a/client/src/sass/player/peertube-skin.scss b/client/src/sass/player/peertube-skin.scss index 185b00222..4e921e970 100644 --- a/client/src/sass/player/peertube-skin.scss +++ b/client/src/sass/player/peertube-skin.scss | |||
@@ -406,6 +406,7 @@ | |||
406 | 406 | ||
407 | width: 37px; | 407 | width: 37px; |
408 | margin-right: 1px; | 408 | margin-right: 1px; |
409 | cursor: pointer; | ||
409 | 410 | ||
410 | .vjs-icon-placeholder { | 411 | .vjs-icon-placeholder { |
411 | transition: transform 0.2s ease; | 412 | transition: transform 0.2s ease; |
@@ -504,10 +505,6 @@ | |||
504 | } | 505 | } |
505 | } | 506 | } |
506 | 507 | ||
507 | .vjs-playback-rate { | ||
508 | display: none; | ||
509 | } | ||
510 | |||
511 | .vjs-peertube { | 508 | .vjs-peertube { |
512 | padding: 0 !important; | 509 | padding: 0 !important; |
513 | 510 | ||