mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 11:15:47 +08:00
UX: fix group members page mobile layout
This commit is contained in:
parent
00e1659a57
commit
66bd1053cf
|
@ -166,21 +166,25 @@
|
|||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
th.seen {
|
||||
th {
|
||||
padding: 0.5em;
|
||||
text-align: right;
|
||||
}
|
||||
td.avatar {
|
||||
width: 60px;
|
||||
border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
||||
}
|
||||
td {
|
||||
padding: 0.5em;
|
||||
border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
||||
img {
|
||||
margin-right: 10px;
|
||||
}
|
||||
span.last-seen-at {
|
||||
span.text {
|
||||
float: right;
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
.user-small {
|
||||
width: 245px;
|
||||
}
|
||||
}
|
||||
|
||||
.user-content {
|
||||
|
|
Loading…
Reference in New Issue
Block a user