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.scss17
1 files changed, 12 insertions, 5 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 7bc2cae02..5060867a4 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/videos/+video-watch/video-watch.component.scss
@@ -341,6 +341,7 @@
341 341
342 .video-miniature-information { 342 .video-miniature-information {
343 flex-grow: 1; 343 flex-grow: 1;
344 margin-left: 10px;
344 } 345 }
345 } 346 }
346 } 347 }
@@ -441,11 +442,7 @@
441 } 442 }
442 443
443 .other-videos { 444 .other-videos {
444 padding-left: 0; 445 padding-left: 0 !important;
445
446 /deep/ .video-miniature .video-miniature-information {
447 margin-left: 10px;
448 }
449 } 446 }
450 447
451 .privacy-concerns { 448 .privacy-concerns {
@@ -474,6 +471,16 @@
474 } 471 }
475 } 472 }
476 473
474 .other-videos {
475 /deep/ .video-miniature {
476 flex-direction: column;
477
478 .video-miniature-information {
479 margin-left: 0 !important;
480 }
481 }
482 }
483
477 .privacy-concerns { 484 .privacy-concerns {
478 width: 100%; 485 width: 100%;
479 486