]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss
add username information in profile settings
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-profile / my-account-profile.component.scss
index 2f8df81d40667f9f829fbc27f1e5b08c09219d89..58402a27297fde6687cbc124f89de67cb069ffbd 100644 (file)
@@ -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,8 @@ input[type=submit] {
 }
 
 textarea {
-  @include peertube-textarea(500px, 150px);
+  @include peertube-textarea(100%, 150px);
+  max-width: 100%;
 
   display: block;
 }