From: Wicklow Date: Fri, 17 Feb 2023 11:21:34 +0000 (+0100) Subject: Refactoring manage video channel component style X-Git-Tag: v5.1.0-rc.1~47 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=75034888a65cc5840b4cb97d54c302b033110bb0;p=github%2FChocobozzz%2FPeerTube.git Refactoring manage video channel component style --- diff --git a/client/src/app/+manage/video-channel-edit/video-channel-edit.component.html b/client/src/app/+manage/video-channel-edit/video-channel-edit.component.html index b93dc2b12..966a350d1 100644 --- a/client/src/app/+manage/video-channel-edit/video-channel-edit.component.html +++ b/client/src/app/+manage/video-channel-edit/video-channel-edit.component.html @@ -1,6 +1,6 @@
{{ error }}
-
+
@@ -13,12 +13,12 @@ @@ -29,7 +29,7 @@
@{{ instanceHost }}
@@ -41,7 +41,7 @@
@@ -52,7 +52,7 @@
@@ -68,8 +68,8 @@ >
@@ -86,7 +86,7 @@
- +
diff --git a/client/src/app/+manage/video-channel-edit/video-channel-edit.component.scss b/client/src/app/+manage/video-channel-edit/video-channel-edit.component.scss index cde848da6..4e21af2a8 100644 --- a/client/src/app/+manage/video-channel-edit/video-channel-edit.component.scss +++ b/client/src/app/+manage/video-channel-edit/video-channel-edit.component.scss @@ -1,49 +1,27 @@ @use '_variables' as *; @use '_mixins' as *; -.margin-content { - padding-top: 20px; -} - .video-channel-title { @include settings-big-title; } -my-actor-avatar-edit, -my-actor-banner-edit { - display: block; - margin-bottom: 20px; -} - my-actor-banner-edit { max-width: 500px; } input[type=text] { @include peertube-input-text(340px); - - display: block; - - &#name { - width: auto; - flex-grow: 1; - } } input[type=submit] { - @include peertube-button; - @include orange-button; @include margin-left(auto); } textarea { @include peertube-textarea(500px, 150px); - - display: block; } my-markdown-textarea { - display: block; max-width: 500px; } @@ -54,14 +32,3 @@ my-markdown-textarea { .breadcrumb { @include breadcrumb; } - -@media screen and (max-width: $small-view) { - input[type=text]#name { - width: auto !important; - } - - label[for=name] + div, - textarea { - width: 100%; - } -}