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:
Karl Stolley 2024-06-07 10:29:04 -05:00 committed by Tim Abbott
parent 835bda9634
commit 4ed51fd06b
1 changed files with 4 additions and 2 deletions

View File

@ -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>