From 03a3ad919495c8616efb7a8e6ff4606098413d33 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sat, 28 Mar 2020 22:53:27 +0100 Subject: [PATCH] Align layout for create video-channel (my-account) on create user (admin) --- ...-account-video-channel-edit.component.html | 54 ++++++++++++------- ...-account-video-channel-edit.component.scss | 8 +-- 2 files changed, 40 insertions(+), 22 deletions(-) diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html b/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html index cc20674c9..29d2b935d 100644 --- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html +++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html @@ -1,33 +1,51 @@ -
Create a video channel
+
{{ error }}
-
- -
- -
- @{{ instanceHost }} -
-
-
- {{ formErrors['name'] }} -
-
-
CHANNEL
+
NEW CHANNEL
+
CHANNEL
+
+ +
+ +
+ @{{ instanceHost }} +
+
+
+ {{ formErrors['name'] }} +
+
+ 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 fa6b18b37..cd5e47cdc 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 @@ -5,10 +5,6 @@ @include settings-big-title; } -.form-sub-title { - margin-bottom: 20px; -} - my-actor-avatar-info { display: block; margin-bottom: 20px; @@ -63,3 +59,7 @@ my-markdown-textarea ::ng-deep { .peertube-select-container { @include peertube-select-container(340px); } + +.breadcrumb { + @include breadcrumb; +} -- 2.41.0