Personal settings: Fix visibility alignment and avatar description text
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
346e46af49
commit
e6a463d1f3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue