X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bmy-account%2Fmy-account-video-channels%2Fmy-account-video-channel-edit.component.scss;h=c8c327398ffa7c35db026bc8e8d532a6da1718a7;hb=2bc9bd08cd121bdffbf56a0241c4decfb77bfdd5;hp=d35e0ed64ecd2a78b9c22a9a6d4a3ce803160cf8;hpb=2a53942d9e20e8a1aa2b95ee3d166d6880cd259f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss b/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss index d35e0ed64..c8c327398 100644 --- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss +++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss @@ -1,8 +1,13 @@ @import '_variables'; @import '_mixins'; -.form-sub-title { - margin-bottom: 20px; +label { + font-weight: $font-regular; + font-size: 100%; +} + +.video-channel-title { + @include settings-big-title; } my-actor-avatar-info { @@ -18,14 +23,22 @@ my-actor-avatar-info { height: 30px; } -input[type=text] { - @include peertube-input-text(340px); - - display: block; +input { + &[type=text] { + @include peertube-input-text(340px); + + display: block; + + &#name { + width: auto; + flex-grow: 1; + } + } - &#name { - width: auto; - flex-grow: 1; + &[type=submit] { + @include peertube-button; + @include orange-button; + margin-left: auto; } } @@ -35,11 +48,18 @@ textarea { display: block; } +my-markdown-textarea ::ng-deep { + .root { + @media screen and (max-width: 1400px) { + flex-direction: column !important; + } + } +} + .peertube-select-container { @include peertube-select-container(340px); } -input[type=submit] { - @include peertube-button; - @include orange-button; +.breadcrumb { + @include breadcrumb; }