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.scss4
1 files changed, 3 insertions, 1 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 de932c99d..d8113b666 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/videos/+video-watch/video-watch.component.scss
@@ -432,13 +432,14 @@ my-video-comments {
432 432
433@media screen and (max-width: $small-view) { 433@media screen and (max-width: $small-view) {
434 .privacy-concerns { 434 .privacy-concerns {
435 margin-left: $menu-width; 435 margin-left: $menu-width - 15px; // Menu is absolute
436 } 436 }
437} 437}
438 438
439:host-context(.expanded) { 439:host-context(.expanded) {
440 .privacy-concerns { 440 .privacy-concerns {
441 width: 100%; 441 width: 100%;
442 margin-left: -15px;
442 } 443 }
443} 444}
444 445
@@ -449,6 +450,7 @@ my-video-comments {
449 padding: 5px 15px; 450 padding: 5px 15px;
450 451
451 display: flex; 452 display: flex;
453 flex-wrap: nowrap;
452 align-items: center; 454 align-items: center;
453 justify-content: flex-start; 455 justify-content: flex-start;
454 background-color: rgba(0, 0, 0, 0.9); 456 background-color: rgba(0, 0, 0, 0.9);