From 9c89a45cb2a7bb46e68fb084723a2046b12c7617 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 16 Nov 2016 20:09:36 +0100 Subject: Client: add video not found message if the video... is not found --- client/src/app/videos/video-watch/video-watch.component.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'client/src/app/videos/video-watch/video-watch.component.scss') 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 @@ height: 100%; } +#video-not-found { + height: 300px; + line-height: 300px; + margin-top: 50px; + text-align: center; + font-weight: bold; +} + .embed-responsive { height: 500px; } -- cgit v1.2.3