]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-edit/video-add.component.scss
Extract extensions from the button
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-edit / video-add.component.scss
index 0c74552d3883bd7afc2940623e9daacfae0ca42e..c0b5f3d070fe6a746c487413f9035770b68c966b 100644 (file)
     }
 
     .button-file {
-      @include peertube-button-file(190px);
+      @include peertube-button-file(auto);
 
-      margin-bottom: 45px;
+      min-width: 190px;
     }
+
+    .button-file-extension {
+      display: block;
+      font-size: 12px;
+      margin-top: 5px;
+    }
+  }
+
+  .form-group-channel {
+    margin-top: 35px;
   }
 }