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/app.component.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/src/app/app.component.scss') diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 95f306d75..30d1bebde 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -17,3 +17,7 @@ header div { padding: 0 3px 0 3px; } } + +[hidden] { + display: none !important; +} -- cgit v1.2.3