diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-11 16:07:53 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-08-11 16:18:42 +0200 |
commit | 52c4976fcf4ee255a3af68ff9778e4f5c4f84bd4 (patch) | |
tree | 887d2b6106548ad23cf016d82baf1977198027d9 /client/src/sass/include | |
parent | 3d25d5de33d8aa0ba00d7514522b25d22bf0e0a1 (diff) | |
download | PeerTube-52c4976fcf4ee255a3af68ff9778e4f5c4f84bd4.tar.gz PeerTube-52c4976fcf4ee255a3af68ff9778e4f5c4f84bd4.tar.zst PeerTube-52c4976fcf4ee255a3af68ff9778e4f5c4f84bd4.zip |
Use ng select for multiselect
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index ae2b99a5b..e6491b492 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -304,6 +304,17 @@ | |||
304 | z-index: 100; | 304 | z-index: 100; |
305 | } | 305 | } |
306 | 306 | ||
307 | |||
308 | @mixin ng-select ($width) { | ||
309 | ::ng-deep ng-select { | ||
310 | width: $width; | ||
311 | |||
312 | @media screen and (max-width: $width) { | ||
313 | width: 100%; | ||
314 | } | ||
315 | } | ||
316 | } | ||
317 | |||
307 | @mixin peertube-select-container ($width) { | 318 | @mixin peertube-select-container ($width) { |
308 | padding: 0; | 319 | padding: 0; |
309 | margin: 0; | 320 | margin: 0; |