diff options
Diffstat (limited to 'client/src/app/+search')
-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 64927fa4b..d25fdd31d 100644 --- a/client/src/app/+search/search.component.scss +++ b/client/src/app/+search/search.component.scss | |||
@@ -48,7 +48,7 @@ | |||
48 | $image-size: 130px; | 48 | $image-size: 130px; |
49 | $margin-size: ($video-thumbnail-width - $image-size) / 2; // So we have the same width than the video miniature | 49 | $margin-size: ($video-thumbnail-width - $image-size) / 2; // So we have the same width than the video miniature |
50 | 50 | ||
51 | @include avatar($image-size); | 51 | @include channel-avatar($image-size); |
52 | 52 | ||
53 | margin: 0 ($margin-size + 10) 0 $margin-size; | 53 | margin: 0 ($margin-size + 10) 0 $margin-size; |
54 | } | 54 | } |