aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-04-11 10:21:45 +0200
committerChocobozzz <me@florianbigard.com>2019-04-11 10:21:45 +0200
commit2b3f1919fda81c2781ceeb9071d426c184e1b21c (patch)
treeab072068598ca96b5766535d4aae43b14e380cd7 /client/src/app/videos/+video-watch/video-watch.component.html
parent2c22613c2fe6f7f9c8c7de66e42be54b27cc7edd (diff)
downloadPeerTube-2b3f1919fda81c2781ceeb9071d426c184e1b21c.tar.gz
PeerTube-2b3f1919fda81c2781ceeb9071d426c184e1b21c.tar.zst
PeerTube-2b3f1919fda81c2781ceeb9071d426c184e1b21c.zip
Fix videos list margin with hidden menu
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.html34
1 files changed, 18 insertions, 16 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 7755a729a..7e9b89dd0 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.html
+++ b/client/src/app/videos/+video-watch/video-watch.component.html
@@ -36,25 +36,27 @@
36 </div> 36 </div>
37 </div> 37 </div>
38 38
39 <div i18n class="alert alert-warning" *ngIf="isVideoToImport()"> 39 <div class="row">
40 The video is being imported, it will be available when the import is finished. 40 <div i18n class="col-md-12 alert alert-warning" *ngIf="isVideoToImport()">
41 </div> 41 The video is being imported, it will be available when the import is finished.
42 </div>
42 43
43 <div i18n class="alert alert-warning" *ngIf="isVideoToTranscode()"> 44 <div i18n class="col-md-12 alert alert-warning" *ngIf="isVideoToTranscode()">
44 The video is being transcoded, it may not work properly. 45 The video is being transcoded, it may not work properly.
45 </div> 46 </div>
46 47
47 <div i18n class="alert alert-info" *ngIf="hasVideoScheduledPublication()"> 48 <div i18n class="col-md-12 alert alert-info" *ngIf="hasVideoScheduledPublication()">
48 This video will be published on {{ video.scheduledUpdate.updateAt | date: 'full' }}. 49 This video will be published on {{ video.scheduledUpdate.updateAt | date: 'full' }}.
49 </div> 50 </div>
50 51
51 <div i18n class="alert alert-info" *ngIf="noPlaylistVideos"> 52 <div i18n class="col-md-12 alert alert-info" *ngIf="noPlaylistVideos">
52 This playlist does not have videos. 53 This playlist does not have videos.
53 </div> 54 </div>
54 55
55 <div class="alert alert-danger" *ngIf="video?.blacklisted"> 56 <div class="col-md-12 alert alert-danger" *ngIf="video?.blacklisted">
56 <div class="blacklisted-label" i18n>This video is blacklisted.</div> 57 <div class="blacklisted-label" i18n>This video is blacklisted.</div>
57 {{ video.blacklistedReason }} 58 {{ video.blacklistedReason }}
59 </div>
58 </div> 60 </div>
59 61
60 <!-- Video information --> 62 <!-- Video information -->
@@ -225,7 +227,7 @@
225 <my-recommended-videos [inputRecommendation]="{ uuid: video.uuid, tags: video.tags }" [user]="user"></my-recommended-videos> 227 <my-recommended-videos [inputRecommendation]="{ uuid: video.uuid, tags: video.tags }" [user]="user"></my-recommended-videos>
226 </div> 228 </div>
227 229
228 <div class="privacy-concerns" *ngIf="hasAlreadyAcceptedPrivacyConcern === false"> 230 <div class="row privacy-concerns" *ngIf="hasAlreadyAcceptedPrivacyConcern === false">
229 <div class="privacy-concerns-text"> 231 <div class="privacy-concerns-text">
230 <strong i18n>Friendly Reminder: </strong> 232 <strong i18n>Friendly Reminder: </strong>
231 <ng-container i18n> 233 <ng-container i18n>