Add profile editor in settings

This commit is contained in:
jamesjulich 2021-09-09 00:47:26 -05:00
parent cdf421f0f1
commit 6c78060876
6 changed files with 196 additions and 0 deletions

View file

@ -0,0 +1,24 @@
.profile-editor {
display: flex;
align-items: end;
}
.img-upload-container {
margin-right: var(--sp-normal)
}
.display-name-input-container {
display: flex;
flex-direction: column;
margin-right: var(--sp-normal);
width: 100%;
max-width: 400px;
}
.display-name-input-container > .text-b3 {
margin-bottom: var(--sp-ultra-tight)
}
.profile-editor > .btn-primary {
height: 46px;
}