aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-03-28 22:53:27 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-03-28 22:53:32 +0100
commit03a3ad919495c8616efb7a8e6ff4606098413d33 (patch)
tree74a1650106a099dd776cf791c509ae547afc58e8 /client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss
parent76314386aeafdd6849b7b70c517779d6b2013473 (diff)
downloadPeerTube-03a3ad919495c8616efb7a8e6ff4606098413d33.tar.gz
PeerTube-03a3ad919495c8616efb7a8e6ff4606098413d33.tar.zst
PeerTube-03a3ad919495c8616efb7a8e6ff4606098413d33.zip
Align layout for create video-channel (my-account) on create user (admin)
Diffstat (limited to 'client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss')
-rw-r--r--client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss8
1 files changed, 4 insertions, 4 deletions
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 @@
5 @include settings-big-title; 5 @include settings-big-title;
6} 6}
7 7
8.form-sub-title {
9 margin-bottom: 20px;
10}
11
12my-actor-avatar-info { 8my-actor-avatar-info {
13 display: block; 9 display: block;
14 margin-bottom: 20px; 10 margin-bottom: 20px;
@@ -63,3 +59,7 @@ my-markdown-textarea ::ng-deep {
63.peertube-select-container { 59.peertube-select-container {
64 @include peertube-select-container(340px); 60 @include peertube-select-container(340px);
65} 61}
62
63.breadcrumb {
64 @include breadcrumb;
65}