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-03 15:01:52 +0200
committerRigel Kent <sendmemail@rigelk.eu>2018-09-03 15:10:55 +0200
commit2303a803aa19c2857efac9f2af2223ccae5757e2 (patch)
treefd00a3c766d78f698c89df4ff60d145bc776e061 /client/src/app/videos/+video-watch/video-watch.component.html
parentf2e05ffea78255dd431dbddfffff89ac9ff69bdc (diff)
downloadPeerTube-2303a803aa19c2857efac9f2af2223ccae5757e2.tar.gz
PeerTube-2303a803aa19c2857efac9f2af2223ccae5757e2.tar.zst
PeerTube-2303a803aa19c2857efac9f2af2223ccae5757e2.zip
fix likes bar, grid adjustment and menu width
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.html6
1 files changed, 3 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 0f2f3cf11..937f25eb6 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.html
+++ b/client/src/app/videos/+video-watch/video-watch.component.html
@@ -26,9 +26,9 @@
26 </div> 26 </div>
27 27
28 <!-- Video information --> 28 <!-- Video information -->
29 <div *ngIf="video" class="container-fluid 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-md-9 video-info"> 31 <div class="col-12 col-lg-9 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 -->
@@ -199,7 +199,7 @@
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> 201 </div>
202 <my-recommended-videos class="ml-3 ml-sm-0 col-12 col-md-3" 202 <my-recommended-videos class="col-12 col-lg-3"
203 [inputVideo]="video" [user]="user"></my-recommended-videos> 203 [inputVideo]="video" [user]="user"></my-recommended-videos>
204 </div> 204 </div>
205 </div> 205 </div>