aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.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/app.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/app.component.scss')
-rw-r--r--client/src/app/app.component.scss4
1 files changed, 4 insertions, 0 deletions
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 {
17 padding: 0 3px 0 3px; 17 padding: 0 3px 0 3px;
18 } 18 }
19} 19}
20
21[hidden] {
22 display: none !important;
23}