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/player | |
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/player')
-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 |
2 files changed, 1 insertions, 4 deletions
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 | ||