]> 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 channel/account avatars in miniature (#2838)
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-video-channels / my-account-video-channel-edit.component.scss
index fa6b18b37cb9d582d4923c3961180cbdebf2769e..8f8af655cc7804fb6378739a9c1ec2acd936c933 100644 (file)
@@ -1,12 +1,13 @@
 @import '_variables';
 @import '_mixins';
 
-.video-channel-title {
-  @include settings-big-title;
+label {
+  font-weight: $font-regular;
+  font-size: 100%;
 }
 
-.form-sub-title {
-  margin-bottom: 20px;
+.video-channel-title {
+  @include settings-big-title;
 }
 
 my-actor-avatar-info {
@@ -25,9 +26,9 @@ my-actor-avatar-info {
 input {
   &[type=text] {
     @include peertube-input-text(340px);
-  
+
     display: block;
-  
+
     &#name {
       width: auto;
       flex-grow: 1;
@@ -41,25 +42,26 @@ input {
   }
 }
 
-label {
-  font-weight: $font-regular;
-  font-size: 100%;
-}
-
 textarea {
   @include peertube-textarea(500px, 150px);
 
   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);
 }
+
+.breadcrumb {
+  @include breadcrumb;
+}
+
+@media screen and (max-width: $small-view) {
+  input[type=text]#name {
+    width: auto !important;
+  }
+
+  label[for=name] + div, textarea {
+    width: 100%;
+  }
+}