]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/ng-select.scss
Added translation using Weblate (Indonesian)
[github/Chocobozzz/PeerTube.git] / client / src / sass / ng-select.scss
index d7ea73d483b5d32706989e42d50621d86b0b9352..54c805ccf5f84dc165126546d7fa1b2c786ad1c5 100644 (file)
@@ -20,6 +20,11 @@ $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 {
@@ -29,6 +34,11 @@ $ng-select-height: 30px;
 
   .ng-select-container {
     background-color: pvar(--inputBackgroundColor);
+
+  }
+
+  .ng-arrow-wrapper {
+    padding-right: 12px
   }
 
   &.ng-select-single .ng-value-container .ng-value {