aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss')
-rw-r--r--client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss14
1 files changed, 12 insertions, 2 deletions
diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss b/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss
index c8c327398..43a49a01a 100644
--- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss
+++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss
@@ -26,9 +26,9 @@ my-actor-avatar-info {
26input { 26input {
27 &[type=text] { 27 &[type=text] {
28 @include peertube-input-text(340px); 28 @include peertube-input-text(340px);
29 29
30 display: block; 30 display: block;
31 31
32 &#name { 32 &#name {
33 width: auto; 33 width: auto;
34 flex-grow: 1; 34 flex-grow: 1;
@@ -63,3 +63,13 @@ my-markdown-textarea ::ng-deep {
63.breadcrumb { 63.breadcrumb {
64 @include breadcrumb; 64 @include breadcrumb;
65} 65}
66
67@media screen and (max-width: $small-view) {
68 input[type=text]#name {
69 width: auto !important;
70 }
71
72 label[for=name] + div, textarea {
73 width: 100%;
74 }
75}