aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-06-30 10:00:12 +0200
committerChocobozzz <me@florianbigard.com>2021-06-30 10:00:12 +0200
commit701348feed9559e5cc2d5d04f97d6662a407f4aa (patch)
treeb63797ef031bdbf670a6c9538286e7e67a11030d /client
parentc894a1ea72fd1f16c9f1fc0dae14213b2937152d (diff)
downloadPeerTube-701348feed9559e5cc2d5d04f97d6662a407f4aa.tar.gz
PeerTube-701348feed9559e5cc2d5d04f97d6662a407f4aa.tar.zst
PeerTube-701348feed9559e5cc2d5d04f97d6662a407f4aa.zip
Fix ng select size
Diffstat (limited to 'client')
-rw-r--r--client/src/sass/ng-select.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/sass/ng-select.scss b/client/src/sass/ng-select.scss
index c40b355be..229300ca5 100644
--- a/client/src/sass/ng-select.scss
+++ b/client/src/sass/ng-select.scss
@@ -15,7 +15,7 @@ $ng-select-height: 30px;
15$ng-select-value-padding-left: 15px; 15$ng-select-value-padding-left: 15px;
16$ng-select-value-font-size: 15px; 16$ng-select-value-font-size: 15px;
17 17
18@use '~@ng-select/ng-select/scss/default.theme'; 18@import '~@ng-select/ng-select/scss/default.theme';
19 19
20.ng-select { 20.ng-select {
21 font-size: $ng-select-value-font-size; 21 font-size: $ng-select-value-font-size;
@@ -28,7 +28,6 @@ $ng-select-value-font-size: 15px;
28 28
29 .ng-select-container { 29 .ng-select-container {
30 background-color: pvar(--inputBackgroundColor); 30 background-color: pvar(--inputBackgroundColor);
31
32 } 31 }
33 32
34 .ng-arrow-wrapper { 33 .ng-arrow-wrapper {