Improve avatar settings dialog

This commit is contained in:
Johannes Zellner
2019-12-12 15:34:26 +01:00
parent fd528edfed
commit 2eeb99e869
4 changed files with 48 additions and 28 deletions

View File

@@ -1038,6 +1038,10 @@ footer {
cursor: pointer;
}
.copy {
cursor: copy;
}
.arrow {
cursor: default;
}
@@ -1144,12 +1148,15 @@ footer {
}
.settings-avatar-selector {
text-align: center;
.grid {
margin-top: 20px;
}
.preview-avatar {
text-align: center;
}
.item {
display: inline-block;
background-size: cover;