X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bvideos%2F%2Bvideo-edit%2Fvideo-add-components%2Fvideo-send.scss;h=dc9153b2ba067677acc24543eae7c2c996056644;hb=71fb8b5a344a91ecf9ecc98b6acebeb96d41b834;hp=cdb7c828015e25f886c7e2c613d716855ac761cd;hpb=6c808af9a28b8c35191009bbce8052a967363dd1;p=github%2FChocobozzz%2FPeerTube.git 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..dc9153b2b 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 @@ -6,7 +6,7 @@ $width-size: 190px; .alert.alert-danger { text-align: center; - & > div { + > div { font-weight: $font-semibold; } } @@ -17,15 +17,22 @@ $width-size: 190px; align-items: center; .upload-icon { + @include apply-svg-color(#C6C6C6); + width: 90px; margin-bottom: 25px; - - @include apply-svg-color(#C6C6C6); } .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);