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=3e66ac14784efce2ce38418cf4bea69005335d18;hpb=27bc95867442c772841fb183a625bbda61dede51;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 3e66ac147..945d9a13d 100644 --- a/client/src/app/+video-channels/video-channels.component.scss +++ b/client/src/app/+video-channels/video-channels.component.scss @@ -1,7 +1,7 @@ -@import '_variables'; -@import '_mixins'; -@import '_actor'; -@import '_miniature'; +@use '_variables' as *; +@use '_mixins' as *; +@use '_account-channel-page' as *; +@use '_miniature' as *; .root { --myGlobalTopPadding: 60px; @@ -107,10 +107,6 @@ display: flex; margin-bottom: 15px; - .account-avatar { - @include actor-avatar-size(48px); - } - .actor-info { @include margin-left(15px); } @@ -128,6 +124,10 @@ font-size: var(--myGreyOwnerFontSize); color: pvar(--greyForegroundColor); } + + .account-avatar { + @include actor-avatar-size(48px); + } } .owner-description { @@ -150,7 +150,13 @@ } .copy-button { + @include margin-left(3px); + border: 0; + + my-global-icon { + width: 15px; + } } @media screen and (max-width: 1400px) {