FIX: mobile /admin/users page adjustments

This commit is contained in:
Joe 2018-07-05 16:18:51 +08:00 committed by GitHub
parent af5cd7e548
commit dc04892a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -192,3 +192,28 @@
}
}
}
// mobile styles
.mobile-view .admin-users.admin-user {
h1 {
margin: 15px 0 5px 0;
}
.user-controls {
text-align: inherit;
}
.controls {
width: unset;
margin-top: 0.5em;
}
.display-row {
flex-direction: column;
align-items: flex-start;
.field,
.value {
width: unset;
}
.select-kit {
width: 300px;
}
}
}