diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-02 16:08:39 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-03 08:49:29 +0200 |
commit | c28beaea83abf32e4f0588895e961b8137ec5121 (patch) | |
tree | 820466ca2cd35768753125f7d61d635b0dbc6306 /client/src/app/videos | |
parent | b8e4ee8dedf9c16ba270b115a2deb3391ac9889d (diff) | |
download | PeerTube-c28beaea83abf32e4f0588895e961b8137ec5121.tar.gz PeerTube-c28beaea83abf32e4f0588895e961b8137ec5121.tar.zst PeerTube-c28beaea83abf32e4f0588895e961b8137ec5121.zip |
restore video-bottom margins
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.html | 5 |
1 files changed, 2 insertions, 3 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 16d657a65..c6118b763 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html | |||
@@ -26,7 +26,7 @@ | |||
26 | </div> | 26 | </div> |
27 | 27 | ||
28 | <!-- Video information --> | 28 | <!-- Video information --> |
29 | <div *ngIf="video" class="container video-bottom"> | 29 | <div *ngIf="video" class="container-fluid video-bottom"> |
30 | <div class="row fullWidth"> | 30 | <div class="row fullWidth"> |
31 | <div class="col-12 col-md-9 video-info"> | 31 | <div class="col-12 col-md-9 video-info"> |
32 | <div class="video-info-first-row"> | 32 | <div class="video-info-first-row"> |
@@ -201,9 +201,9 @@ | |||
201 | </div> | 201 | </div> |
202 | <my-recommended-videos class="ml-3 ml-sm-0 col-12 col-md-3" | 202 | <my-recommended-videos class="ml-3 ml-sm-0 col-12 col-md-3" |
203 | [inputVideo]="video" [user]="user"></my-recommended-videos> | 203 | [inputVideo]="video" [user]="user"></my-recommended-videos> |
204 | </div> | ||
204 | </div> | 205 | </div> |
205 | 206 | ||
206 | |||
207 | <div class="privacy-concerns" *ngIf="hasAlreadyAcceptedPrivacyConcern === false"> | 207 | <div class="privacy-concerns" *ngIf="hasAlreadyAcceptedPrivacyConcern === false"> |
208 | <div class="privacy-concerns-text"> | 208 | <div class="privacy-concerns-text"> |
209 | <strong i18n>Friendly Reminder: </strong> | 209 | <strong i18n>Friendly Reminder: </strong> |
@@ -217,7 +217,6 @@ | |||
217 | OK | 217 | OK |
218 | </div> | 218 | </div> |
219 | </div> | 219 | </div> |
220 | </div> | ||
221 | 220 | ||
222 | <ng-template [ngIf]="video !== null"> | 221 | <ng-template [ngIf]="video !== null"> |
223 | <my-video-support #videoSupportModal [video]="video"></my-video-support> | 222 | <my-video-support #videoSupportModal [video]="video"></my-video-support> |