aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/video-watch/video-watch.component.scss
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-11-16 20:09:36 +0100
committerChocobozzz <florian.bigard@gmail.com>2016-11-16 20:29:26 +0100
commit9c89a45cb2a7bb46e68fb084723a2046b12c7617 (patch)
tree8524b4bd6444856dc5cbc6194c38d00efa27fc36 /client/src/app/videos/video-watch/video-watch.component.scss
parent73ce7f96762de2238ff998cf1896df6e5cbf0973 (diff)
downloadPeerTube-9c89a45cb2a7bb46e68fb084723a2046b12c7617.tar.gz
PeerTube-9c89a45cb2a7bb46e68fb084723a2046b12c7617.tar.zst
PeerTube-9c89a45cb2a7bb46e68fb084723a2046b12c7617.zip
Client: add video not found message if the video... is not found
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.scss8
1 files changed, 8 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 fe23b849f..45446e175 100644
--- a/client/src/app/videos/video-watch/video-watch.component.scss
+++ b/client/src/app/videos/video-watch/video-watch.component.scss
@@ -3,6 +3,14 @@
3 height: 100%; 3 height: 100%;
4} 4}
5 5
6#video-not-found {
7 height: 300px;
8 line-height: 300px;
9 margin-top: 50px;
10 text-align: center;
11 font-weight: bold;
12}
13
6.embed-responsive { 14.embed-responsive {
7 height: 500px; 15 height: 500px;
8} 16}