]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/ng-select.scss
Added ability to reply to comments with remote interaction
[github/Chocobozzz/PeerTube.git] / client / src / sass / ng-select.scss
index 54c805ccf5f84dc165126546d7fa1b2c786ad1c5..13fc1d6c24690f2488b1da0f21da0944ff7a37af 100644 (file)
@@ -11,7 +11,7 @@ $ng-select-highlight: #f2690d;
 $ng-select-box-shadow: #{$focus-box-shadow-form} pvar(--mainColorLightest);
 // $ng-select-placeholder: lighten($ng-select-primary-text, 40) !default;
 $ng-select-height: 30px;
-// $ng-select-value-padding-left: 10px !default;
+$ng-select-value-padding-left: 15px;
 // $ng-select-value-font-size: 0.9em !default;
 
 @import "~@ng-select/ng-select/scss/default.theme.scss";
@@ -20,11 +20,6 @@ $ng-select-height: 30px;
   font-size: .9em;
 }
 
-.ng-input,
-.ng-select .ng-select-container .ng-value-container {
-  padding-left: 15px !important;
-}
-
 .ng-select {
   &.ng-select-focused {
     &:not(.ng-select-opened) > .ng-select-container {
@@ -44,4 +39,11 @@ $ng-select-height: 30px;
   &.ng-select-single .ng-value-container .ng-value {
     color: pvar(--inputForegroundColor);
   }
+
+  &.ng-select-multiple .ng-select-container .ng-value-container {
+    padding-left: 12px;
+    .ng-value {
+      margin-left: 3px;
+    }
+  }
 }