aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/video-watch/video-watch.component.scss
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-06-05 08:48:44 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-06-05 08:48:44 +0200
commite56b20f5872bc640b59501817bc41fb0db09c253 (patch)
tree3f1ec7e29b96d72f022ed3f0e9a810f6c27edaae /client/src/app/videos/video-watch/video-watch.component.scss
parent1cdb5c0f582502eac4d851cecc015e81cf16316b (diff)
downloadPeerTube-e56b20f5872bc640b59501817bc41fb0db09c253.tar.gz
PeerTube-e56b20f5872bc640b59501817bc41fb0db09c253.tar.zst
PeerTube-e56b20f5872bc640b59501817bc41fb0db09c253.zip
Add loader indication when loading videos list
Diffstat (limited to 'client/src/app/videos/video-watch/video-watch.component.scss')
-rw-r--r--client/src/app/videos/video-watch/video-watch.component.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/src/app/videos/video-watch/video-watch.component.scss b/client/src/app/videos/video-watch/video-watch.component.scss
index 1228d42f4..474de74d9 100644
--- a/client/src/app/videos/video-watch/video-watch.component.scss
+++ b/client/src/app/videos/video-watch/video-watch.component.scss
@@ -1,3 +1,10 @@
1my-loader {
2 display: block;
3 padding-top: 200px;
4 width: 100%;
5 text-align: center;
6}
7
1.embed-responsive { 8.embed-responsive {
2 height: 500px; 9 height: 500px;
3} 10}