]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-forms/select/select-shared.component.scss
Add video-playlist-element.created hook (#4196)
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-forms / select / select-shared.component.scss
index 0b4c6b784d74b7835062b5969679409bab3eab07..9a796f5451b6af365bdbc3acf4cb3c1a54fa6f39 100644 (file)
@@ -30,3 +30,23 @@ ng-select ::ng-deep {
     width: 20px;
   }
 }
+
+.root {
+  display: flex;
+  align-items: center;
+
+  > my-select-options {
+    flex-grow: 1;
+  }
+}
+
+my-select-options + input {
+  @include peertube-input-text($form-base-input-width);
+
+  @include margin-left(5px);
+  display: block;
+}
+
+.input-suffix {
+  @include margin-left(5px);
+}