X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bmy-account%2Fmy-account-settings%2Fmy-account-profile%2Fmy-account-profile.component.scss;h=58402a27297fde6687cbc124f89de67cb069ffbd;hb=52a3f561f5357d076ddc36897d5e1d0fc60a8730;hp=5995bae4a114940ef4022f2f87db9cdfe11d1221;hpb=610d0be13b3d01f653ef269271dd667a57c85ef2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss b/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss index 5995bae4a..58402a272 100644 --- a/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss +++ b/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss @@ -16,6 +16,14 @@ input[type=text] { display: block; } +input#user-name { + border: none; + + & + div { + padding-left: 15px; + } +} + input[type=submit] { @include peertube-button; @include orange-button; @@ -24,7 +32,7 @@ input[type=submit] { } textarea { - @include peertube-textarea(500px, 150px); + @include peertube-textarea(100%, 150px); max-width: 100%; display: block;