FIX: On mobile you couldn't click on a post avatar

This commit is contained in:
Robin Ward 2014-10-31 17:34:45 -04:00
parent 0408960b74
commit 811b8f3281
1 changed files with 2 additions and 1 deletions

View File

@ -470,12 +470,13 @@ span.highlighted {
} }
.topic-meta-data { .topic-meta-data {
margin-left: 60px;
white-space: nowrap; white-space: nowrap;
position: absolute; position: absolute;
width: 100%; width: 100%;
left: 0px; left: 0px;
.names { .names {
margin: 5px 0 0 65px; margin: 5px 0 0 5px;
line-height: 17px; line-height: 17px;
span { span {
display: block; display: block;