diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+video-channels/video-channels.component.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/src/app/+video-channels/video-channels.component.scss b/client/src/app/+video-channels/video-channels.component.scss index ce33e7be6..2ffd70c89 100644 --- a/client/src/app/+video-channels/video-channels.component.scss +++ b/client/src/app/+video-channels/video-channels.component.scss | |||
@@ -19,6 +19,16 @@ | |||
19 | @include grid-videos-miniature-margins; | 19 | @include grid-videos-miniature-margins; |
20 | } | 20 | } |
21 | 21 | ||
22 | .actor-info { | ||
23 | min-width: 1px; | ||
24 | width: 100%; | ||
25 | |||
26 | > h4, | ||
27 | > .actor-handle { | ||
28 | @include ellipsis; | ||
29 | } | ||
30 | } | ||
31 | |||
22 | .channel-info { | 32 | .channel-info { |
23 | @include grid-videos-miniature-margins(false, 15px); | 33 | @include grid-videos-miniature-margins(false, 15px); |
24 | 34 | ||