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