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/standalone | |
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/standalone')
-rw-r--r-- | client/src/standalone/videos/embed.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/standalone/videos/embed.scss b/client/src/standalone/videos/embed.scss index 30650538f..c40ea1208 100644 --- a/client/src/standalone/videos/embed.scss +++ b/client/src/standalone/videos/embed.scss | |||
@@ -4,7 +4,7 @@ | |||
4 | @import '~videojs-dock/dist/videojs-dock.css'; | 4 | @import '~videojs-dock/dist/videojs-dock.css'; |
5 | 5 | ||
6 | $assets-path: '../../assets/'; | 6 | $assets-path: '../../assets/'; |
7 | @import '../../sass/player/player'; | 7 | @import '../../sass/player/index'; |
8 | 8 | ||
9 | [hidden] { | 9 | [hidden] { |
10 | display: none !important; | 10 | display: none !important; |