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=144c2440bb94590534239a1981625ef3d0fd782b;hb=8a3183e50dab38ea79b9557840dce546aa1958ca;hp=e1acf6cd6abfbf5ab9286aac22c6681c0c05e01d;hpb=610d0be13b3d01f653ef269271dd667a57c85ef2;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 e1acf6cd6..144c2440b 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 @@ -50,6 +50,7 @@ } .video-channel-buttons { + margin-top: 10px; min-width: 190px; } } @@ -80,6 +81,10 @@ flex-direction: column; align-items: center !important; margin: auto; + + .video-channel-name { + margin-left: 0px !important; + } } } @@ -88,7 +93,23 @@ } .video-channel-buttons { - margin-top: 10px; + align-self: center; + } + } +} + +@media screen and (min-width: breakpoint(lg)) { + :host-context(.main-col:not(.expanded)) { + .video-channel-buttons { + float: right; + } + } +} + +@media screen and (min-width: $small-view) { + :host-context(.expanded) { + .video-channel-buttons { + float: right; } } }