aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2018-09-29 13:42:17 +0200
committerRigel Kent <sendmemail@rigelk.eu>2018-09-29 13:42:17 +0200
commitf5d9558f66ba7b92c6f6ed21796e490a33149dd7 (patch)
treef30e8b56b2573faea4ceec35f478b3d35bafaf25 /client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss
parent8c2b9756f946354c09ff7b6ce5ce7fdae1d8b2b7 (diff)
downloadPeerTube-f5d9558f66ba7b92c6f6ed21796e490a33149dd7.tar.gz
PeerTube-f5d9558f66ba7b92c6f6ed21796e490a33149dd7.tar.zst
PeerTube-f5d9558f66ba7b92c6f6ed21796e490a33149dd7.zip
various display improvements
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.scss4
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
17input[type=text] { 21input[type=text] {
18 @include peertube-input-text(340px); 22 @include peertube-input-text(340px);
19 23