From 02c01341f4dae30ec6b81fcb644952393d73c4a8 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Wed, 5 Aug 2020 00:50:07 +0200 Subject: add ng-select for templatable select options - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation --- .../app/+videos/+video-edit/video-add-components/video-send.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'client/src/app/+videos/+video-edit/video-add-components/video-send.scss') diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-send.scss b/client/src/app/+videos/+video-edit/video-add-components/video-send.scss index cdb7c8280..17c5f63e9 100644 --- a/client/src/app/+videos/+video-edit/video-add-components/video-send.scss +++ b/client/src/app/+videos/+video-edit/video-add-components/video-send.scss @@ -26,6 +26,13 @@ $width-size: 190px; .peertube-select-container { @include peertube-select-container($width-size); } + my-select-options ::ng-deep ng-select, + my-select-channel ::ng-deep ng-select { + width: $width-size; + @media screen and (max-width: $width-size) { + width: 100%; + } + } input[type=text] { @include peertube-input-text($width-size); -- cgit v1.2.3