Skip to content
Snippets Groups Projects
Unverified Commit e6a463d1 authored by Julius Härtl's avatar Julius Härtl
Browse files

Personal settings: Fix visibility alignment and avatar description text


Signed-off-by: default avatarJulius Härtl <jus@bitgrid.net>
parent 346e46af
No related branches found
No related tags found
No related merge requests found
...@@ -52,9 +52,6 @@ input { ...@@ -52,9 +52,6 @@ input {
#displayavatar { #displayavatar {
text-align: center; text-align: center;
p {
text-align: left;
}
} }
#uploadavatarbutton, #selectavatar, #removeavatar { #uploadavatarbutton, #selectavatar, #removeavatar {
...@@ -119,6 +116,7 @@ input { ...@@ -119,6 +116,7 @@ input {
background-size: 16px; background-size: 16px;
background-position: left 8px; background-position: left 8px;
opacity: .3; opacity: .3;
margin-top: -2px;
margin-left: 10px; margin-left: 10px;
cursor: pointer; cursor: pointer;
...@@ -234,7 +232,7 @@ input { ...@@ -234,7 +232,7 @@ input {
margin-bottom: 12px; margin-bottom: 12px;
display: inline-flex; display: inline-flex;
flex-wrap: nowrap; flex-wrap: nowrap;
justify-content: space-between; justify-content: flex-start;
width: 100%; width: 100%;
> label { > label {
white-space: nowrap; white-space: nowrap;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment