aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2021-01-17 18:13:05 +0100
committerRigel Kent <sendmemail@rigelk.eu>2021-01-17 18:13:05 +0100
commit52a3f561f5357d076ddc36897d5e1d0fc60a8730 (patch)
tree318450ec74b2d1ccfb872617d23d152042dd86de /client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss
parent111e6c1807dac4230014bd295118c6b3a51be8f5 (diff)
downloadPeerTube-52a3f561f5357d076ddc36897d5e1d0fc60a8730.tar.gz
PeerTube-52a3f561f5357d076ddc36897d5e1d0fc60a8730.tar.zst
PeerTube-52a3f561f5357d076ddc36897d5e1d0fc60a8730.zip
add username information in profile settings
Diffstat (limited to 'client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss')
-rw-r--r--client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss8
1 files changed, 8 insertions, 0 deletions
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] {
16 display: block; 16 display: block;
17} 17}
18 18
19input#user-name {
20 border: none;
21
22 & + div {
23 padding-left: 15px;
24 }
25}
26
19input[type=submit] { 27input[type=submit] {
20 @include peertube-button; 28 @include peertube-button;
21 @include orange-button; 29 @include orange-button;