mirror of https://github.com/Chocobozzz/PeerTube
restore video-bottom margins
parent
b8e4ee8ded
commit
c28beaea83
|
@ -26,7 +26,7 @@
|
|||
</div>
|
||||
|
||||
<!-- Video information -->
|
||||
<div *ngIf="video" class="container video-bottom">
|
||||
<div *ngIf="video" class="container-fluid video-bottom">
|
||||
<div class="row fullWidth">
|
||||
<div class="col-12 col-md-9 video-info">
|
||||
<div class="video-info-first-row">
|
||||
|
@ -201,9 +201,9 @@
|
|||
</div>
|
||||
<my-recommended-videos class="ml-3 ml-sm-0 col-12 col-md-3"
|
||||
[inputVideo]="video" [user]="user"></my-recommended-videos>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="privacy-concerns" *ngIf="hasAlreadyAcceptedPrivacyConcern === false">
|
||||
<div class="privacy-concerns-text">
|
||||
<strong i18n>Friendly Reminder: </strong>
|
||||
|
@ -217,7 +217,6 @@
|
|||
OK
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ng-template [ngIf]="video !== null">
|
||||
<my-video-support #videoSupportModal [video]="video"></my-video-support>
|
||||
|
|
Loading…
Reference in New Issue