X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2F%2Bmy-account%2Fmy-account-video-channels%2Fmy-account-video-channels.component.scss;h=20582e478a29afcc5f7ff87e7913c812424af9fa;hb=03652b3179b7d3d2959b68318fdc5e00f94eb95f;hp=bcb58eac2a6634559d441199673a5fa7cd12c2e7;hpb=bf696869538eaef27e5a8445035967c01f214501;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss index bcb58eac2..20582e478 100644 --- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss +++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss @@ -5,18 +5,14 @@ @include create-button; } -/deep/ .action-button { +::ng-deep .action-button { &.action-button-delete { margin-right: 10px; } } .video-channel { - display: flex; - min-height: 130px; - padding-bottom: 20px; - margin-bottom: 20px; - border-bottom: 1px solid #C6C6C6; + @include row-blocks; img { @include avatar(80px); @@ -30,8 +26,10 @@ a.video-channel-names { @include disable-default-a-behaviour; + width: fit-content; display: flex; - color: #000; + align-items: baseline; + color: var(--mainForegroundColor); .video-channel-display-name { font-weight: $font-semibold; @@ -40,7 +38,12 @@ .video-channel-name { font-size: 14px; - color: #777272; + color: $grey-actor-name; + margin-left: 5px; + } + + .video-channel-followers { + } } } @@ -56,10 +59,15 @@ } @media screen and (max-width: 800px) { - .video-channel { - flex-direction: column; - height: auto; + .video-channels-header { text-align: center; + } + + .video-channel { + .video-channel-names { + flex-direction: column; + align-items: center !important; + } img { margin-right: 0;