]> 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 keyboard navigation and hepler to typeahead
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-video-channels / my-account-video-channel-edit.component.scss
index 86c2598b79fb0f82382da631b7c70004ade15ee0..d35e0ed64ecd2a78b9c22a9a6d4a3ce803160cf8 100644 (file)
@@ -10,10 +10,23 @@ my-actor-avatar-info {
   margin-bottom: 20px;
 }
 
+.input-group {
+  @include peertube-input-group(fit-content);
+}
+
+.input-group-append {
+  height: 30px;
+}
+
 input[type=text] {
   @include peertube-input-text(340px);
 
   display: block;
+
+  &#name {
+    width: auto;
+    flex-grow: 1;
+  }
 }
 
 textarea {
@@ -29,4 +42,4 @@ textarea {
 input[type=submit] {
   @include peertube-button;
   @include orange-button;
-}
\ No newline at end of file
+}