aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/video-add-components/video-send.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+videos/+video-edit/video-add-components/video-send.scss')
-rw-r--r--client/src/app/+videos/+video-edit/video-add-components/video-send.scss10
1 files changed, 8 insertions, 2 deletions
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 ed46fefb0..684ab23cc 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
@@ -1,7 +1,7 @@
1@use '_variables' as *; 1@use '_variables' as *;
2@use '_mixins' as *; 2@use '_mixins' as *;
3 3
4$width-size: 250px; 4$width-size: 275px;
5 5
6.alert.alert-danger { 6.alert.alert-danger {
7 text-align: center; 7 text-align: center;
@@ -27,7 +27,9 @@ $width-size: 250px;
27 @include peertube-select-container($width-size); 27 @include peertube-select-container($width-size);
28 } 28 }
29 my-select-options ::ng-deep ng-select, 29 my-select-options ::ng-deep ng-select,
30 my-select-channel ::ng-deep ng-select { 30 my-select-channel ::ng-deep ng-select,
31 .peertube-radio-container,
32 .form-group-description {
31 width: $width-size; 33 width: $width-size;
32 34
33 @media screen and (max-width: $width-size) { 35 @media screen and (max-width: $width-size) {
@@ -35,6 +37,10 @@ $width-size: 250px;
35 } 37 }
36 } 38 }
37 39
40 .form-group-description {
41 white-space: nowrap;
42 }
43
38 input[type=text] { 44 input[type=text] {
39 @include peertube-input-text($width-size); 45 @include peertube-input-text($width-size);
40 display: block; 46 display: block;