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:
parent
af5cd7e548
commit
dc04892a2d
1 changed files with 25 additions and 0 deletions
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue