FIX: mobile /admin/users style fixes

This commit is contained in:
Joe 2018-07-07 12:28:04 +08:00 committed by GitHub
parent dba22bbde2
commit 4852e5df34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 10 deletions

View File

@ -195,16 +195,6 @@
// 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;
@ -216,4 +206,38 @@
width: 300px;
}
}
.long-value {
word-wrap: break-word;
max-width: 100%;
margin: 0;
button {
margin: 5px 0;
display: block;
}
}
h1 {
margin: 15px 0 5px 0;
}
.user-controls {
text-align: inherit;
}
.controls {
width: unset;
margin-top: 5px;
}
.associations button {
margin: 5px 5px 0 0;
}
.ip-lookup {
display: block;
.location-box {
left: 0;
}
}
}