diff --git a/app/assets/stylesheets/mobile/user.scss b/app/assets/stylesheets/mobile/user.scss index 73393e0bc..dca11d8d8 100644 --- a/app/assets/stylesheets/mobile/user.scss +++ b/app/assets/stylesheets/mobile/user.scss @@ -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 {