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/application.scss | |
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/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 2 |
1 files changed, 1 insertions, 1 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'; |