2 @use '_variables' as *;
5 @mixin build-channel-img-size ($video-img-width) {
6 $image-size: min(130px, $video-img-width);
7 $margin-size: math.div(($video-img-width - $image-size), 2); // So we have the same width than the video miniature
9 @include actor-avatar-size($image-size);
11 margin: 0 $margin-size 0 $margin-size;
26 border-bottom: 1px solid #DADADA;
36 font-weight: $font-semibold;
40 .results-filter-button {
45 @include margin-right(5px);
49 background-image: url('../../assets/images/feather/filter.svg');
67 .video-channel-names {
68 @include disable-default-a-behaviour;
71 align-items: baseline;
72 color: pvar(--mainForegroundColor);
76 .video-channel-display-name {
77 font-weight: $font-semibold;
78 font-size: $video-miniature-row-name-font-size;
82 @include margin-left(5px);
84 font-size: $video-miniature-row-info-font-size;
85 color: pvar(--greyForegroundColor);
88 // Use the same breakpoints than in video-miniature
89 @include on-small-main-col {
92 grid-template-columns: auto 1fr;
93 grid-template-rows: auto auto;
96 @include build-channel-img-size($video-thumbnail-medium-width);
103 .video-channel-info {
108 my-subscribe-button {
115 @include on-mobile-main-col {
116 .video-channel my-actor-avatar {
117 @include build-channel-img-size($video-thumbnail-small-width);
121 @media screen and (max-width: $mobile-view) {
126 font-size: 15px !important;
130 .video-channel-display-name {
131 font-size: $video-miniature-row-mobile-name-font-size;
134 .video-channel-name {
135 font-size: $video-miniature-row-mobile-info-font-size;