UX: fix group members page mobile layout
This commit is contained in:
parent
00e1659a57
commit
66bd1053cf
1 changed files with 9 additions and 5 deletions
|
@ -166,21 +166,25 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
th.seen {
|
th {
|
||||||
|
padding: 0.5em;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
||||||
td.avatar {
|
|
||||||
width: 60px;
|
|
||||||
}
|
}
|
||||||
td {
|
td {
|
||||||
|
padding: 0.5em;
|
||||||
|
border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
||||||
img {
|
img {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
span.last-seen-at {
|
span.text {
|
||||||
float: right;
|
float: right;
|
||||||
color: $primary;
|
color: $primary;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.user-small {
|
||||||
|
width: 245px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-content {
|
.user-content {
|
||||||
|
|
Reference in a new issue