UX: fix group members page mobile layout

This commit is contained in:
Arpit Jalan 2015-07-07 18:21:44 +05:30
parent 00e1659a57
commit 66bd1053cf

View File

@ -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 {