X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-custom-markup%2Fpeertube-custom-tags%2Fchannel-miniature-markup.component.scss;h=e8ef478d90179eb1d982b7f1dd33c38035d3c0bc;hb=647c2b7d0448e68d8c8ade52d9568e9b33f8638d;hp=80c36a58bd344d1089fbe6c8b176a45e2129cb5a;hpb=61cbafc1f80a33a895b54b15751a42e0d78af231;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.scss b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.scss index 80c36a58b..e8ef478d9 100644 --- a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.scss +++ b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.scss @@ -1,10 +1,10 @@ -@import '_variables'; -@import '_mixins'; +@use '_variables' as *; +@use '_mixins' as *; .channel { padding: 20px; background-color: pvar(--channelBackgroundColor); - margin: 0 30px 30px 0; + margin-bottom: 30px; width: fit-content; } @@ -26,8 +26,6 @@ } my-actor-avatar { - @include actor-avatar-size(75px); - grid-column: 1; grid-row: 1 / 4; }