From 52a3f561f5357d076ddc36897d5e1d0fc60a8730 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sun, 17 Jan 2021 18:13:05 +0100 Subject: add username information in profile settings --- .../my-account-profile/my-account-profile.component.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss') 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 ec3f6029e..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; -- cgit v1.2.3