diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-24 16:12:35 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-07-25 11:00:43 +0200 |
commit | 03652b3179b7d3d2959b68318fdc5e00f94eb95f (patch) | |
tree | 4e24adb0d7ecb89b23f4c86bae402af3b660f934 /client/src/app/search/search.component.scss | |
parent | f36da21e40104a50acb00132920b835240cebb38 (diff) | |
download | PeerTube-03652b3179b7d3d2959b68318fdc5e00f94eb95f.tar.gz PeerTube-03652b3179b7d3d2959b68318fdc5e00f94eb95f.tar.zst PeerTube-03652b3179b7d3d2959b68318fdc5e00f94eb95f.zip |
Use ::ng-deep instead of /deep/
Diffstat (limited to 'client/src/app/search/search.component.scss')
-rw-r--r-- | client/src/app/search/search.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/search/search.component.scss b/client/src/app/search/search.component.scss index 3343a276d..d4d8bbcf7 100644 --- a/client/src/app/search/search.component.scss +++ b/client/src/app/search/search.component.scss | |||
@@ -115,7 +115,7 @@ | |||
115 | my-video-thumbnail { | 115 | my-video-thumbnail { |
116 | margin-right: 0 !important; | 116 | margin-right: 0 !important; |
117 | 117 | ||
118 | /deep/ .video-thumbnail { | 118 | ::ng-deep .video-thumbnail { |
119 | width: 100%; | 119 | width: 100%; |
120 | height: auto; | 120 | height: auto; |
121 | 121 | ||