mirror of https://github.com/zulip/zulip.git
right_sidebar: Uniformly group user name and status emoji.
This fixes the presentation of emoji in the compact view, where the flexbox for properly aligning emoji was not set.
This commit is contained in:
parent
835bda9634
commit
4ed51fd06b
|
@ -14,8 +14,10 @@
|
|||
<span class="status-text">{{status_text}}</span>
|
||||
</div>
|
||||
{{else}}
|
||||
{{> user_full_name}}
|
||||
{{> status_emoji status_emoji_info}}
|
||||
<div class="user-name-and-status-emoji">
|
||||
{{> user_full_name}}
|
||||
{{> status_emoji status_emoji_info}}
|
||||
</div>
|
||||
{{/if}}
|
||||
</a>
|
||||
<span class="unread_count {{#unless num_unread}}hide{{/unless}}">{{#if num_unread}}{{num_unread}}{{/if}}</span>
|
||||
|
|
Loading…
Reference in New Issue