diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-29 13:42:17 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-29 13:42:17 +0200 |
commit | f5d9558f66ba7b92c6f6ed21796e490a33149dd7 (patch) | |
tree | f30e8b56b2573faea4ceec35f478b3d35bafaf25 /client/src/app/+my-account | |
parent | 8c2b9756f946354c09ff7b6ce5ce7fdae1d8b2b7 (diff) | |
download | PeerTube-f5d9558f66ba7b92c6f6ed21796e490a33149dd7.tar.gz PeerTube-f5d9558f66ba7b92c6f6ed21796e490a33149dd7.tar.zst PeerTube-f5d9558f66ba7b92c6f6ed21796e490a33149dd7.zip |
various display improvements
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 | ||