diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-03 15:01:52 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-03 15:10:55 +0200 |
commit | 2303a803aa19c2857efac9f2af2223ccae5757e2 (patch) | |
tree | fd00a3c766d78f698c89df4ff60d145bc776e061 /client/src/app/videos/+video-watch/video-watch.component.html | |
parent | f2e05ffea78255dd431dbddfffff89ac9ff69bdc (diff) | |
download | PeerTube-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.html | 6 |
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> |