FIX: Avatars weren't tappable on mobile

This commit is contained in:
Robin Ward 2015-09-29 12:57:54 -04:00
parent 54d6d24cbf
commit 8e86dbe560
2 changed files with 7 additions and 11 deletions

View File

@ -461,14 +461,10 @@ span.highlighted {
} }
.topic-meta-data { .topic-meta-data {
white-space: nowrap; margin-left: 50px;
position: absolute;
width: 100%;
left: 0px;
.names { .names {
margin: 5px 0 0 5px; margin: 5px 0 0 5px;
line-height: 17px; line-height: 17px;
padding-left: 50px;
span { span {
display: block; display: block;
} }