diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-15 11:45:29 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-12-15 11:45:29 +0100 |
commit | 48586fe070c2a59e9febb62a7f41ebb384e1d20e (patch) | |
tree | ecf8d719d0c1b18d36a27cb4d3db6b2c1d20c78a /client/src/app | |
parent | d89fcd1e5efe1f91652a7c9da02a9323dc035f2b (diff) | |
download | PeerTube-48586fe070c2a59e9febb62a7f41ebb384e1d20e.tar.gz PeerTube-48586fe070c2a59e9febb62a7f41ebb384e1d20e.tar.zst PeerTube-48586fe070c2a59e9febb62a7f41ebb384e1d20e.zip |
Fix ng-select width
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.scss | 9 | ||||
-rw-r--r-- | client/src/app/shared/shared-user-settings/user-video-settings.component.scss | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.scss b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.scss index 4c64bd2e0..665247368 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.scss +++ b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.scss | |||
@@ -42,12 +42,11 @@ input[type=checkbox] { | |||
42 | @include peertube-select-container($form-base-input-width); | 42 | @include peertube-select-container($form-base-input-width); |
43 | } | 43 | } |
44 | 44 | ||
45 | ng-select { | 45 | ng-select, |
46 | @include ng-select($form-base-input-width); | ||
47 | } | ||
48 | |||
49 | my-select-checkbox { | 46 | my-select-checkbox { |
50 | @include ng-select($form-base-input-width); | 47 | @include responsive-width($form-base-input-width); |
48 | |||
49 | display: block; | ||
51 | } | 50 | } |
52 | 51 | ||
53 | input[type=submit] { | 52 | input[type=submit] { |
diff --git a/client/src/app/shared/shared-user-settings/user-video-settings.component.scss b/client/src/app/shared/shared-user-settings/user-video-settings.component.scss index d6a17703a..2cbd92d41 100644 --- a/client/src/app/shared/shared-user-settings/user-video-settings.component.scss +++ b/client/src/app/shared/shared-user-settings/user-video-settings.component.scss | |||
@@ -20,7 +20,9 @@ input[type=submit] { | |||
20 | } | 20 | } |
21 | 21 | ||
22 | my-select-checkbox { | 22 | my-select-checkbox { |
23 | @include ng-select(340px); | 23 | @include responsive-width(340px); |
24 | |||
25 | display: block; | ||
24 | } | 26 | } |
25 | 27 | ||
26 | .form-group-select { | 28 | .form-group-select { |