X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideo-channels%2Fvideo-channels.component.scss;h=004ad7998526d6faef52a649c5852964e567cdce;hb=7b51ede977c299a74728171d8c124bcc4cbba6ea;hp=d174dcd625fa976904a41c22b591b287a36e7f05;hpb=cf21b2cbef61929177b9c09b5e017c3b7eb8535d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+video-channels/video-channels.component.scss b/client/src/app/+video-channels/video-channels.component.scss index d174dcd62..004ad7998 100644 --- a/client/src/app/+video-channels/video-channels.component.scss +++ b/client/src/app/+video-channels/video-channels.component.scss @@ -1,6 +1,6 @@ @use '_variables' as *; @use '_mixins' as *; -@use '_actor' as *; +@use '_account-channel-page' as *; @use '_miniature' as *; .root { @@ -107,10 +107,6 @@ display: flex; margin-bottom: 15px; - .account-avatar { - @include actor-avatar-size(48px); - } - .actor-info { @include margin-left(15px); }