Personal settings: Fix visibility alignment and avatar description text

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-04-25 10:55:19 +02:00
parent 346e46af49
commit e6a463d1f3
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 2 additions and 4 deletions

View File

@ -52,9 +52,6 @@ input {
#displayavatar {
text-align: center;
p {
text-align: left;
}
}
#uploadavatarbutton, #selectavatar, #removeavatar {
@ -119,6 +116,7 @@ input {
background-size: 16px;
background-position: left 8px;
opacity: .3;
margin-top: -2px;
margin-left: 10px;
cursor: pointer;
@ -234,7 +232,7 @@ input {
margin-bottom: 12px;
display: inline-flex;
flex-wrap: nowrap;
justify-content: space-between;
justify-content: flex-start;
width: 100%;
> label {
white-space: nowrap;