diff options
Diffstat (limited to 'client/src/app/+my-account')
-rw-r--r-- | client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss | 4 |
1 files changed, 4 insertions, 0 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 833fda450..bfecbaba0 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 | |||
@@ -14,6 +14,10 @@ my-actor-avatar-info { | |||
14 | @include peertube-input-group(340px); | 14 | @include peertube-input-group(340px); |
15 | } | 15 | } |
16 | 16 | ||
17 | .input-group-append { | ||
18 | height: 30px; | ||
19 | } | ||
20 | |||
17 | input[type=text] { | 21 | input[type=text] { |
18 | @include peertube-input-text(340px); | 22 | @include peertube-input-text(340px); |
19 | 23 | ||