Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<xen:if is="@xb_message_layout == 1 OR @xb_message_header">
<div class="messageHeading">
<span class="leftSide">
<xen:if is="{$conversation}">
<a href="{xen:link conversations/message, $conversation, 'message_id={$message.message_id}'}" class="datePermalink"><xen:datetime time="$message.message_date" /></a>
<xen:else />
<a href="{xen:link threads/post-permalink, $thread, 'post={$post}'}" title="{xen:phrase permalink}" class="datePermalink"><xen:datetime time="$post.post_date" /></a>
</xen:if>
</span>
<xen:if is="!{$conversation}">
<span class="rightSide">
<a href="{xen:link threads/post-permalink, $thread, 'post={$post}'}" title="{xen:phrase permalink}" class="item muted postNumber hashPermalink OverlayTrigger" data-href="{xen:link posts/permalink, $post}">#{xen:calc '{$post.position} + 1'}</a>
</span>
</xen:if>
.messageHeading.mobileHeader { display: none; }
@media (max-width:@maxResponsiveNarrowWidth) {
.messageInfo .messageHeading { display: none; }
.Responsive .messageHeading.mobileHeader { display: block; }
}
<li id="{$messageId}" class="message {xen:if $message.isDeleted, 'deleted'} {xen:if '{$message.is_staff}', 'staff'} {xen:if '{$post.user_id} == {$thread.user_id}', 'threadStarter'} {xen:if '{$message.is_admin}', 'admin'} {xen:if $message.isIgnored, ignored}" data-author="{$message.username}">
That in the Extra.css?Add: margin: 0px; to:
.Responsive .messageHeading.mobileHeader
That in the Extra.css?
genius, now last thing. Just below the avatar it gets cut off a little, can that be fixed ?Turn what I orignally posted:
Code:.Responsive .messageHeading.mobileHeader { display: block; }
Into:
Code:.Responsive .messageHeading.mobileHeader { display: block; margin: 0px; }
damn, how the F do you know all this, amazing thank you RussYou need to find this and remove it:
Code:.Responsive .messageUserBlock div.avatarHolder { position: absolute !important; top: 0 !important; }
Maybe do a partial search for:Code:.Responsive .messageUserBlock div.avatarHolder