aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-04-03 18:06:58 +0200
committerChocobozzz <me@florianbigard.com>2018-04-03 18:06:58 +0200
commit09edde4084bf2fc8914495ce7c884b3b02c7c8be (patch)
treed1175e772f239b6a5717bbaca0ff20f83d7c4819 /client/src/app/videos/+video-watch/video-watch.component.html
parentb891f9bc612217b5b6f08a886c7d12eca260b9c8 (diff)
downloadPeerTube-09edde4084bf2fc8914495ce7c884b3b02c7c8be.tar.gz
PeerTube-09edde4084bf2fc8914495ce7c884b3b02c7c8be.tar.zst
PeerTube-09edde4084bf2fc8914495ce7c884b3b02c7c8be.zip
Fix video watch page responsive
Diffstat (limited to 'client/src/app/videos/+video-watch/video-watch.component.html')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.html b/client/src/app/videos/+video-watch/video-watch.component.html
index 0385fab7c..03f64bd12 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.html
+++ b/client/src/app/videos/+video-watch/video-watch.component.html
@@ -1,7 +1,6 @@
1<div class="row"> 1<div class="row">
2 <!-- We need the video container for videojs so we just hide it --> 2 <!-- We need the video container for videojs so we just hide it -->
3 <div [hidden]="videoNotFound" id="video-container"> 3 <div [hidden]="videoNotFound" id="video-element-wrapper">
4 <div id="video-element-wrapper"></div>
5 </div> 4 </div>
6 5
7 <div *ngIf="videoNotFound" id="video-not-found">Video not found :'(</div> 6 <div *ngIf="videoNotFound" id="video-not-found">Video not found :'(</div>