From 4ed51fd06b05a90555807c546f531fcad6fa55b5 Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Fri, 7 Jun 2024 10:29:04 -0500 Subject: [PATCH] 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. --- web/templates/presence_row.hbs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/templates/presence_row.hbs b/web/templates/presence_row.hbs index 6f9eac428a..40c3b5abbd 100644 --- a/web/templates/presence_row.hbs +++ b/web/templates/presence_row.hbs @@ -14,8 +14,10 @@ {{status_text}} {{else}} - {{> user_full_name}} - {{> status_emoji status_emoji_info}} +
+ {{> user_full_name}} + {{> status_emoji status_emoji_info}} +
{{/if}} {{#if num_unread}}{{num_unread}}{{/if}}