From 03652b3179b7d3d2959b68318fdc5e00f94eb95f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 24 Jul 2019 16:12:35 +0200 Subject: Use ::ng-deep instead of /deep/ --- .../app/videos/+video-watch/video-watch.component.scss | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'client/src/app/videos/+video-watch/video-watch.component.scss') 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 35ea0fffd..5dc79c6b7 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -31,14 +31,14 @@ $player-factor: 1.7; // 16/9 width: 100%; } - /deep/ .video-js { + ::ng-deep .video-js { $height: calc(100vh - #{$header-height} - #{$theater-bottom-space}); height: $height; width: 100%; } - my-video-watch-playlist /deep/ .playlist { + my-video-watch-playlist ::ng-deep .playlist { @include playlist-below-player; } } @@ -81,7 +81,7 @@ $player-factor: 1.7; // 16/9 } } - /deep/ .video-js { + ::ng-deep .video-js { width: getPlayerWidth(66vh); height: 66vh; @@ -94,7 +94,7 @@ $player-factor: 1.7; // 16/9 @media screen and (max-width: 600px) { .remote-server-down, - /deep/ .video-js { + ::ng-deep .video-js { width: 100vw; height: getPlayerHeight(100vw) } @@ -344,7 +344,7 @@ $player-factor: 1.7; // 16/9 } } - /deep/ .other-videos { + ::ng-deep .other-videos { padding-left: 15px; flex-basis: $other-videos-width; min-width: $other-videos-width; @@ -456,7 +456,7 @@ my-video-comments { flex-direction: column; justify-content: center; - my-video-watch-playlist /deep/ .playlist { + my-video-watch-playlist ::ng-deep .playlist { @include playlist-below-player; } } @@ -464,10 +464,10 @@ my-video-comments { .video-bottom { flex-direction: column; - /deep/ .other-videos { + ::ng-deep .other-videos { padding-left: 0 !important; - /deep/ .video-miniature { + ::ng-deep .video-miniature { flex-direction: row; width: auto; } @@ -492,7 +492,7 @@ my-video-comments { } } - /deep/ .other-videos .video-miniature { + ::ng-deep .other-videos .video-miniature { flex-direction: column; } -- cgit v1.2.3