aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss
diff options
context:
space:
mode:
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}