aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include/_miniature.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/include/_miniature.scss')
-rw-r--r--client/src/sass/include/_miniature.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/sass/include/_miniature.scss b/client/src/sass/include/_miniature.scss
index 0c2ee2d0d..26c327956 100644
--- a/client/src/sass/include/_miniature.scss
+++ b/client/src/sass/include/_miniature.scss
@@ -95,7 +95,7 @@ $play-overlay-width: 18px;
95} 95}
96 96
97@mixin thumbnail-size-component ($width, $height) { 97@mixin thumbnail-size-component ($width, $height) {
98 /deep/ .video-thumbnail { 98 ::ng-deep .video-thumbnail {
99 width: $width; 99 width: $width;
100 height: $height; 100 height: $height;
101 } 101 }
@@ -110,7 +110,7 @@ $play-overlay-width: 18px;
110@mixin video-miniature-small-screen { 110@mixin video-miniature-small-screen {
111 text-align: center; 111 text-align: center;
112 112
113 /deep/ .video-miniature { 113 ::ng-deep .video-miniature {
114 padding-right: 0; 114 padding-right: 0;
115 height: auto; 115 height: auto;
116 width: 100%; 116 width: 100%;