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/index.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/player/index.scss')
-rw-r--r-- | client/src/sass/player/index.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/sass/player/index.scss b/client/src/sass/player/index.scss new file mode 100644 index 000000000..e4a315d1f --- /dev/null +++ b/client/src/sass/player/index.scss | |||
@@ -0,0 +1,5 @@ | |||
1 | @import './peertube-skin'; | ||
2 | @import './mobile'; | ||
3 | @import './context-menu'; | ||
4 | @import './settings-menu'; | ||
5 | @import './spinner'; \ No newline at end of file | ||