X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bmy-account%2Fmy-account-video-channels%2Fmy-account-video-channels.component.scss;h=db0c7f94faf0580f63d2257bbb10d8085ea636c9;hb=ece3029bd99a76b3c48a1cc8c58914c5cf61f106;hp=77fce138b67ba71c24e66c65b02fb206295ab0f6;hpb=28f3d1b36a70426795240c9370e47b6c4ba847f8;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 77fce138b..db0c7f94f 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,7 +5,7 @@ @include create-button; } -/deep/ .action-button { +::ng-deep .action-button { &.action-button-delete { margin-right: 10px; } @@ -58,7 +58,7 @@ margin: 20px 0 50px; } -@media screen and (max-width: 800px) { +@media screen and (max-width: $small-view) { .video-channels-header { text-align: center; }