aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.html
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2018-09-04 18:35:39 +0200
committerRigel Kent <sendmemail@rigelk.eu>2018-09-04 18:35:39 +0200
commit3b766e181c59ce148fde73e507276c9fbaf37eb1 (patch)
tree0c94b10fc35192897ebbb2f83f8dd04a42b9504a /client/src/app/videos/+video-watch/video-watch.component.html
parent6aff854c0e56a11b61fa1130763c7c86e46a4c4d (diff)
downloadPeerTube-3b766e181c59ce148fde73e507276c9fbaf37eb1.tar.gz
PeerTube-3b766e181c59ce148fde73e507276c9fbaf37eb1.tar.zst
PeerTube-3b766e181c59ce148fde73e507276c9fbaf37eb1.zip
fixing grid readjustment with expand and screens < 1150px
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.html14
1 files changed, 9 insertions, 5 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 3b6b5d8ed..582cf6e37 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.html
+++ b/client/src/app/videos/+video-watch/video-watch.component.html
@@ -28,7 +28,7 @@
28 <!-- Video information --> 28 <!-- Video information -->
29 <div *ngIf="video" class="margin-content video-bottom"> 29 <div *ngIf="video" class="margin-content video-bottom">
30 <div class="row fullWidth"> 30 <div class="row fullWidth">
31 <div class="col-12 col-lg-9 video-info"> 31 <div class="col-12 col-lg-auto video-info">
32 <div class="video-info-first-row"> 32 <div class="video-info-first-row">
33 <div> 33 <div>
34 <div class="d-block d-sm-none"> <!-- only shown on small devices, has its conterpart for larger viewports below --> 34 <div class="d-block d-sm-none"> <!-- only shown on small devices, has its conterpart for larger viewports below -->
@@ -197,12 +197,16 @@
197 </div> 197 </div>
198 </div> 198 </div>
199 199
200 <my-video-comments [video]="video" [user]="user"></my-video-comments> 200 <my-video-comments [video]="video" [user]="user"></my-video-comments>
201 </div>
202
203 <div *ngIf="!isMenuExpanded()" class="w-100-until-1150px"></div>
204
205 <my-recommended-videos class="col-12 col-lg-3"
206 [inputRecommendation]="{ uuid: video.uuid, tags: video.tags }" [user]="user"></my-recommended-videos>
201 </div> 207 </div>
202 <my-recommended-videos class="col-12 col-lg-3"
203 [inputRecommendation]="{ uuid: video.uuid, tags: video.tags }" [user]="user"></my-recommended-videos>
204 </div> 208 </div>
205 209
206 <div class="privacy-concerns" *ngIf="hasAlreadyAcceptedPrivacyConcern === false"> 210 <div class="privacy-concerns" *ngIf="hasAlreadyAcceptedPrivacyConcern === false">
207 <div class="privacy-concerns-text"> 211 <div class="privacy-concerns-text">
208 <strong i18n>Friendly Reminder: </strong> 212 <strong i18n>Friendly Reminder: </strong>