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/sass | |
parent | d89fcd1e5efe1f91652a7c9da02a9323dc035f2b (diff) | |
download | PeerTube-48586fe070c2a59e9febb62a7f41ebb384e1d20e.tar.gz PeerTube-48586fe070c2a59e9febb62a7f41ebb384e1d20e.tar.zst PeerTube-48586fe070c2a59e9febb62a7f41ebb384e1d20e.zip |
Fix ng-select width
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index 1231d2c44..10ab44f57 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -313,17 +313,6 @@ | |||
313 | } | 313 | } |
314 | } | 314 | } |
315 | 315 | ||
316 | @mixin ng-select ($width) { | ||
317 | ::ng-deep &.ng-select, | ||
318 | ::ng-deep .ng-select { | ||
319 | width: $width; | ||
320 | |||
321 | @media screen and (max-width: $width) { | ||
322 | width: 100%; | ||
323 | } | ||
324 | } | ||
325 | } | ||
326 | |||
327 | @mixin peertube-select-container ($width) { | 316 | @mixin peertube-select-container ($width) { |
328 | padding: 0; | 317 | padding: 0; |
329 | margin: 0; | 318 | margin: 0; |