X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-main%2Faccount%2Fvideo-avatar-channel.component.scss;h=4998e85faa77e120832676298df550e2e0077843;hb=282695e699a35b65441b548061ef0db5de9b3971;hp=37709fce6ee7d11093ca2946300cc751dc1d407c;hpb=69524f6ed170c74fab8d5833920c389fde992f3e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-main/account/video-avatar-channel.component.scss b/client/src/app/shared/shared-main/account/video-avatar-channel.component.scss index 37709fce6..4998e85fa 100644 --- a/client/src/app/shared/shared-main/account/video-avatar-channel.component.scss +++ b/client/src/app/shared/shared-main/account/video-avatar-channel.component.scss @@ -25,8 +25,12 @@ position: absolute; top:50%; left:50%; - border-radius: 50%; - transform: translate(-50%,-50%) + transform: translate(-50%,-50%); + border-radius: 5px; + + &:not(.channel-avatar) { + border-radius: 50%; + } } a:nth-of-type(2) img {