diff options
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; |