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 (min-width: $small-view) and (max-width: breakpoint(xl)) {
85 .video-channel-info .video-channel-names {
86 flex-direction: column !important;
89 @include ellipsis; // Ellipsis and max-width on channel-name to not break screen
92 margin-left: 0 !important;
96 :host-context(.main-col:not(.expanded)) {
97 // Override the min-width: 500px to not break screen
98 ::ng-deep .video-miniature-information {
99 min-width: 300px !important;
104 @media screen and (min-width: $small-view) and (max-width: breakpoint(lg)) {
105 :host-context(.main-col:not(.expanded)) {
106 .video-channel-info .video-channel-names {
107 .video-channel-name {
112 // Override the min-width: 500px to not break screen
113 ::ng-deep .video-miniature-information {
114 min-width: 223px !important;
118 :host-context(.expanded) {
119 // Override the min-width: 500px to not break screen
120 ::ng-deep .video-miniature-information {
121 min-width: 300px !important;
126 @media screen and (max-width: $small-view) {
128 .entry.video-channel,
130 flex-direction: column;
132 justify-content: center;
144 .video-channel-info .video-channel-names {
146 flex-direction: column !important;
148 .video-channel-name {
149 margin-left: 0 !important;
153 my-subscribe-button {
160 @media screen and (max-width: $mobile-view) {
165 font-size: 15px !important;
171 .video-info-account {
176 margin-right: 0 !important;
178 ::ng-deep .video-thumbnail {