X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideo-channels%2Fvideo-channels.component.scss;h=945d9a13db462380753bcad455c5e8956a1a6f9c;hb=0c9a83546687d2ae80b3f5299a8ee59d741f894f;hp=004ad7998526d6faef52a649c5852964e567cdce;hpb=28dca0a2211524bbf3ad17666c607eb6325763b8;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 004ad7998..945d9a13d 100644 --- a/client/src/app/+video-channels/video-channels.component.scss +++ b/client/src/app/+video-channels/video-channels.component.scss @@ -124,6 +124,10 @@ font-size: var(--myGreyOwnerFontSize); color: pvar(--greyForegroundColor); } + + .account-avatar { + @include actor-avatar-size(48px); + } } .owner-description { @@ -146,7 +150,13 @@ } .copy-button { + @include margin-left(3px); + border: 0; + + my-global-icon { + width: 15px; + } } @media screen and (max-width: 1400px) {