]> 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
Add overview of a user's actions in user-edit (#2558)
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-video-channels / my-account-video-channel-edit.component.scss
index d35e0ed64ecd2a78b9c22a9a6d4a3ce803160cf8..fa6b18b37cb9d582d4923c3961180cbdebf2769e 100644 (file)
@@ -1,6 +1,10 @@
 @import '_variables';
 @import '_mixins';
 
+.video-channel-title {
+  @include settings-big-title;
+}
+
 .form-sub-title {
   margin-bottom: 20px;
 }
@@ -18,28 +22,44 @@ my-actor-avatar-info {
   height: 30px;
 }
 
-input[type=text] {
-  @include peertube-input-text(340px);
-
-  display: block;
+input {
+  &[type=text] {
+    @include peertube-input-text(340px);
+  
+    display: block;
+  
+    &#name {
+      width: auto;
+      flex-grow: 1;
+    }
+  }
 
-  &#name {
-    width: auto;
-    flex-grow: 1;
+  &[type=submit] {
+    @include peertube-button;
+    @include orange-button;
+    margin-left: auto;
   }
 }
 
+label {
+  font-weight: $font-regular;
+  font-size: 100%;
+}
+
 textarea {
   @include peertube-textarea(500px, 150px);
 
   display: block;
 }
 
-.peertube-select-container {
-  @include peertube-select-container(340px);
+my-markdown-textarea ::ng-deep {
+  .root {
+    @media screen and (max-width: 1400px) {
+      flex-direction: column !important;
+    }
+  }
 }
 
-input[type=submit] {
-  @include peertube-button;
-  @include orange-button;
+.peertube-select-container {
+  @include peertube-select-container(340px);
 }