diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-10 10:18:44 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-10 10:18:44 +0200 |
commit | bffee1d538aa7b51b78d646a0d372b352c073cd8 (patch) | |
tree | 333f368fa9dc7682eb25d3a72a1cfab43b558724 /client/src/app/+my-library | |
parent | a3d7aadb6dee3c23828672ddcc1227f412674e22 (diff) | |
download | PeerTube-bffee1d538aa7b51b78d646a0d372b352c073cd8.tar.gz PeerTube-bffee1d538aa7b51b78d646a0d372b352c073cd8.tar.zst PeerTube-bffee1d538aa7b51b78d646a0d372b352c073cd8.zip |
Fix classic select and ng select css inconsistency
Diffstat (limited to 'client/src/app/+my-library')
-rw-r--r-- | client/src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.scss b/client/src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.scss index 47c323d6d..840e449ea 100644 --- a/client/src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.scss +++ b/client/src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.scss | |||
@@ -20,6 +20,11 @@ input[type=text] { | |||
20 | @include peertube-select-container(340px); | 20 | @include peertube-select-container(340px); |
21 | } | 21 | } |
22 | 22 | ||
23 | my-select-channel { | ||
24 | display: block; | ||
25 | max-width: 340px; | ||
26 | } | ||
27 | |||
23 | input[type=submit] { | 28 | input[type=submit] { |
24 | @include peertube-button; | 29 | @include peertube-button; |
25 | @include orange-button; | 30 | @include orange-button; |