]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss
Align layout for create/edit video-playlists (my-account) on create/edit user (admin)
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-video-channels / my-account-video-channel-edit.component.scss
index 86c2598b79fb0f82382da631b7c70004ade15ee0..c8c327398ffa7c35db026bc8e8d532a6da1718a7 100644 (file)
@@ -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 {
@@ -10,10 +15,31 @@ my-actor-avatar-info {
   margin-bottom: 20px;
 }
 
-input[type=text] {
-  @include peertube-input-text(340px);
+.input-group {
+  @include peertube-input-group(fit-content);
+}
 
-  display: block;
+.input-group-append {
+  height: 30px;
+}
+
+input {
+  &[type=text] {
+    @include peertube-input-text(340px);
+  
+    display: block;
+  
+    &#name {
+      width: auto;
+      flex-grow: 1;
+    }
+  }
+
+  &[type=submit] {
+    @include peertube-button;
+    @include orange-button;
+    margin-left: auto;
+  }
 }
 
 textarea {
@@ -22,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;
-}
\ No newline at end of file
+.breadcrumb {
+  @include breadcrumb;
+}