2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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

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;
}
}
}