FIX: Avatars weren't tappable on mobile
This commit is contained in:
parent
54d6d24cbf
commit
8e86dbe560
|
@ -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'>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue