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.
<xf:if is="$xf.visitor.is_admin">
<a href="{{ base_url('admin.php') }}" class="p-staffBar-link" target="_blank">{{ phrase('admin') }}</a>
</xf:if>
<xf:if is="property('xbVisitorTabsLocation') == 'staff'">
</div><xf:macro name="visitortabs" arg-searchConstraints="{$searchConstraints}" arg-navTree="{$navTree}" /><div>
</xf:if>
.p-staffBar-inner
{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
.hScroller-scroll.is-calculated
{
vertical-align: middle;
margin-right: auto;
}
.p-navgroup-link
{
padding: 4px @xf-paddingMedium;
}
}