aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/player/index.scss
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2019-12-17 16:49:33 +0100
committerRigel Kent <sendmemail@rigelk.eu>2019-12-17 16:49:33 +0100
commit3bcb4fd74190aecb22c39a88772e80b223a87472 (patch)
treeea57f42187dd8e5106908bd9e5503d73fe3ddf64 /client/src/sass/player/index.scss
parentd6ed9ccc819eba813b3bf8e1f8829117d43382b2 (diff)
downloadPeerTube-3bcb4fd74190aecb22c39a88772e80b223a87472.tar.gz
PeerTube-3bcb4fd74190aecb22c39a88772e80b223a87472.tar.zst
PeerTube-3bcb4fd74190aecb22c39a88772e80b223a87472.zip
add 'up next' screen on autoplay
Diffstat (limited to 'client/src/sass/player/index.scss')
-rw-r--r--client/src/sass/player/index.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/sass/player/index.scss b/client/src/sass/player/index.scss
index e4a315d1f..886a76536 100644
--- a/client/src/sass/player/index.scss
+++ b/client/src/sass/player/index.scss
@@ -2,4 +2,5 @@
2@import './mobile'; 2@import './mobile';
3@import './context-menu'; 3@import './context-menu';
4@import './settings-menu'; 4@import './settings-menu';
5@import './spinner'; \ No newline at end of file 5@import './spinner';
6@import './upnext'; \ No newline at end of file