aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-watch/video-watch.component.scss')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.scss16
1 files changed, 5 insertions, 11 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss
index 912016f8c..633b16c05 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/videos/+video-watch/video-watch.component.scss
@@ -163,9 +163,9 @@
163 } 163 }
164 164
165 .video-actions-rates { 165 .video-actions-rates {
166 display: flex; 166 margin-top: 20px;
167 flex-direction: column; 167 margin-bottom: 10px;
168 align-items: flex-end; 168 align-items: start;
169 169
170 .video-actions { 170 .video-actions {
171 height: 40px; // Align with the title 171 height: 40px; // Align with the title
@@ -442,12 +442,6 @@
442 .video-info-first-row { 442 .video-info-first-row {
443 flex-direction: column; 443 flex-direction: column;
444 margin-bottom: 20px; 444 margin-bottom: 20px;
445
446 .video-actions-rates {
447 margin-top: 20px;
448 margin-bottom: 10px;
449 align-items: start;
450 }
451 } 445 }
452 446
453 .video-info-date-views { 447 .video-info-date-views {
@@ -471,7 +465,7 @@
471 flex-direction: column; 465 flex-direction: column;
472 } 466 }
473 467
474 .other-videos { 468 /deep/ .other-videos {
475 padding-left: 0 !important; 469 padding-left: 0 !important;
476 } 470 }
477 471
@@ -501,7 +495,7 @@
501 } 495 }
502 } 496 }
503 497
504 .other-videos { 498 /deep/ .other-videos {
505 /deep/ .video-miniature { 499 /deep/ .video-miniature {
506 flex-direction: column; 500 flex-direction: column;
507 } 501 }