]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+manage/video-channel-edit/video-channel-edit.component.scss
Fix video channels quick filter overflow
[github/Chocobozzz/PeerTube.git] / client / src / app / +manage / video-channel-edit / video-channel-edit.component.scss
index d010d6277e1b53bc6ca8275e5382b566ecfd75d4..4e21af2a86333cb208951fa663aabdee822a4751 100644 (file)
@@ -1,60 +1,28 @@
 @use '_variables' as *;
 @use '_mixins' as *;
 
-.margin-content {
-  padding-top: 20px;
-}
-
-label {
-  font-weight: $font-regular;
-  font-size: 100%;
-}
-
 .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-group {
-  @include peertube-input-group(fit-content);
+input[type=text] {
+  @include peertube-input-text(340px);
 }
 
-.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;
-    @include margin-left(auto);
-  }
+input[type=submit] {
+  @include margin-left(auto);
 }
 
 textarea {
   @include peertube-textarea(500px, 150px);
+}
 
-  display: block;
+my-markdown-textarea {
+  max-width: 500px;
 }
 
 .peertube-select-container {
@@ -64,14 +32,3 @@ 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%;
-  }
-}