recent_view: Improve alignment and grouping of status emoji.

This commit is contained in:
Karl Stolley 2024-06-13 15:34:31 -05:00 committed by Tim Abbott
parent 25e19d8417
commit 544d86646e
1 changed files with 6 additions and 0 deletions

View File

@ -489,6 +489,12 @@
position: unset;
}
}
.user_status_icon_wrapper {
/* Keep status emoji with usernames,
and better vertically align the emoji. */
display: inline-flex;
}
}
.stream-privacy .zulip-icon {