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

@ -12,12 +12,12 @@
<div class='row'>
<div class="topic-avatar">
{{#if userDeleted}}
<i class="fa fa-trash-o deleted-user-avatar"></i>
{{else}}
{{raw "post/poster-avatar" post=this classNames="main-avatar"}}
{{/if}}
{{plugin-outlet "poster-avatar-bottom"}}
{{#if userDeleted}}
<i class="fa fa-trash-o deleted-user-avatar"></i>
{{else}}
{{raw "post/poster-avatar" post=this classNames="main-avatar"}}
{{/if}}
{{plugin-outlet "poster-avatar-bottom"}}
</div>
<div class='topic-body'>

View File

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