11 border-bottom: 1px solid #DADADA;
21 font-weight: $font-semibold;
25 .results-filter-button {
34 background-image: url('../../assets/images/search/filter.svg');
49 $margin-size: ($video-thumbnail-width - $image-size) / 2; // So we have the same width than the video miniature
51 @include avatar($image-size);
53 margin: 0 ($margin-size + 10) 0 $margin-size;
60 .video-channel-names {
61 @include disable-default-a-behaviour;
64 align-items: baseline;
65 color: var(--mainForegroundColor);
68 .video-channel-display-name {
69 font-weight: $font-semibold;
75 color: $grey-actor-name;
84 @media screen and (max-width: $small-view) {
85 .video-channel-names {
86 flex-direction: column !important;
89 margin-left: 0 !important;
94 @media screen and (max-width: $mobile-view) {
99 font-size: 15px !important;
103 flex-direction: column;
105 justify-content: center;
111 .video-info-account {
116 margin-right: 0 !important;
118 ::ng-deep .video-thumbnail {
131 .video-channel-info .video-channel-names {
135 my-subscribe-button {